#CAAB59

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

Shades of Laser #CAAB59

Tints of Laser #CAAB59

Color information

#CAAB59 (or 0xCAAB59) is unknown color: approx Laser. HEX triplet: CA, AB and 59. RGB value is (202,171,89). Sum of RGB (Red+Green+Blue) = 202+171+89=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAB59 is #3554A6. Grayscale: #ABABAB. Windows color (decimal): -3495079 or 5876682. OLE color: 5876682.

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

Color convert

RGB20217189-
CMYK00.150.560.21
HSL43.54º51.6%57.06%-
HSV(B)43.54º55.94%79.22%-
XYZ40.7242.415.49-
YUV170.9281.77150.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 171 (67.19% from 255) = 37.01%
BLUE value IS 89 (35.16% from 255) = 19.26%
R=43.72%
G=37.01%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021718900.150.560.2143.5451.657.06
HexCAAB590F38152c3439
Octal3122531310177025546471
Binary110010101010101110110010111111100010101101100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB59; }

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

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

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

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

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

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

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

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