#CAAB5D

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

Shades of Laser #CAAB5D

Tints of Laser #CAAB5D

Color information

#CAAB5D (or 0xCAAB5D) is unknown color: approx Laser. HEX triplet: CA, AB and 5D. RGB value is (202,171,93). Sum of RGB (Red+Green+Blue) = 202+171+93=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAB5D is #3554A2. Grayscale: #ABABAB. Windows color (decimal): -3495075 or 6138826. OLE color: 6138826.

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

Color convert

RGB20217193-
CMYK00.150.540.21
HSL42.94º50.7%57.84%-
HSV(B)42.94º53.96%79.22%-
XYZ40.942.4716.4-
YUV171.3883.77149.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 171 (67.19% from 255) = 36.70%
BLUE value IS 93 (36.72% from 255) = 19.96%
R=43.35%
G=36.70%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021719300.150.540.2142.9450.757.84
HexCAAB5D0F36152b333a
Octal3122531350176625536372
Binary110010101010101110111010111111011010101101011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB5D; }

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

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

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

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

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

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

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

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