#CAAB5A

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

Shades of Laser #CAAB5A

Tints of Laser #CAAB5A

Color information

#CAAB5A (or 0xCAAB5A) is unknown color: approx Laser. HEX triplet: CA, AB and 5A. RGB value is (202,171,90). Sum of RGB (Red+Green+Blue) = 202+171+90=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAB5A is #3554A5. Grayscale: #ABABAB. Windows color (decimal): -3495078 or 5942218. OLE color: 5942218.

HSL color Cylindrical-coordinate representation of color #CAAB5A: hue angle of 43.39º 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 #CAAB5A is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB20217190-
CMYK00.150.550.21
HSL43.39º51.38%57.25%-
HSV(B)43.39º55.45%79.22%-
XYZ40.7742.4215.71-
YUV171.0382.27150.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 171 (67.19% from 255) = 36.93%
BLUE value IS 90 (35.55% from 255) = 19.44%
R=43.63%
G=36.93%
B=19.44%

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
Decimal2021719000.150.550.2143.3951.3857.25
HexCAAB5A0F37152b3339
Octal3122531320176725536371
Binary110010101010101110110100111111011110101101011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB5A; }

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

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

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

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

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

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

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

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