#CAAB5E

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

Shades of Laser #CAAB5E

Tints of Laser #CAAB5E

Color information

#CAAB5E (or 0xCAAB5E) is unknown color: approx Laser. HEX triplet: CA, AB and 5E. RGB value is (202,171,94). Sum of RGB (Red+Green+Blue) = 202+171+94=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAB5E is #3554A1. Grayscale: #ABABAB. Windows color (decimal): -3495074 or 6204362. OLE color: 6204362.

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

Color convert

RGB20217194-
CMYK00.150.530.21
HSL42.78º50.47%58.04%-
HSV(B)42.78º53.47%79.22%-
XYZ40.9442.4916.63-
YUV171.4984.27149.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 171 (67.19% from 255) = 36.62%
BLUE value IS 94 (37.11% from 255) = 20.13%
R=43.25%
G=36.62%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021719400.150.530.2142.7850.4758.04
HexCAAB5E0F35152b323a
Octal3122531360176525536272
Binary110010101010101110111100111111010110101101011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB5E; }

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

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

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

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

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

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

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

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