#CAAB5B

Color #CAAB5B Laser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser #CAAB5B

Tints of Laser #CAAB5B

Color information

#CAAB5B (or 0xCAAB5B) is unknown color: approx Laser. HEX triplet: CA, AB and 5B. RGB value is (202,171,91). Sum of RGB (Red+Green+Blue) = 202+171+91=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAB5B is #3554A4. Grayscale: #ABABAB. Windows color (decimal): -3495077 or 6007754. OLE color: 6007754.

HSL color Cylindrical-coordinate representation of color #CAAB5B: hue angle of 43.24º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAAB5B is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB20217191-
CMYK00.150.550.21
HSL43.24º51.15%57.45%-
HSV(B)43.24º54.95%79.22%-
XYZ40.8142.4415.94-
YUV171.1582.77150-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 43.53%
GREEN value IS 171 (67.19% from 255) = 36.85%
BLUE value IS 91 (35.94% from 255) = 19.61%
R=43.53%
G=36.85%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021719100.150.550.2143.2451.1557.45
HexCAAB5B0F37152b3339
Octal3122531330176725536371
Binary110010101010101110110110111111011110101101011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB5B; }

 p { color: rgb(202,171,91); }

 H1.HeaderClassName
 {
   color: #CAAB5B;
 }
 .AnyTagClassName
 {
   color: #CAAB5B;
 }
</style>
background-color css

<style>
 a { background-color: #CAAB5B; }

 a { background-color: rgb(202,171,91); }

 div.DivClassName
 {
   background-color: #CAAB5B;
 }
 .BgClassName
 {
   background-color: #CAAB5B;
 }
</style>
border-color css

<style>
 span { border-color: #CAAB5B; }

 span { border-color: rgb(202,171,91); }

 td.TdClassName
 {
   border-color: #CAAB5B;
 }
 .TagClassName
 {
   border-color: #CAAB5B;
 }
</style>