#CAAC5E

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

Shades of Laser #CAAC5E

Tints of Laser #CAAC5E

Color information

#CAAC5E (or 0xCAAC5E) is unknown color: approx Laser. HEX triplet: CA, AC and 5E. RGB value is (202,172,94). Sum of RGB (Red+Green+Blue) = 202+172+94=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAC5E is #3553A1. Grayscale: #ACACAC. Windows color (decimal): -3494818 or 6204618. OLE color: 6204618.

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

Color convert

RGB20217294-
CMYK00.150.530.21
HSL43.33º50.47%58.04%-
HSV(B)43.33º53.47%79.22%-
XYZ41.1342.8716.7-
YUV172.0883.94149.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 172 (67.58% from 255) = 36.75%
BLUE value IS 94 (37.11% from 255) = 20.09%
R=43.16%
G=36.75%
B=20.09%

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
Decimal2021729400.150.530.2143.3350.4758.04
HexCAAC5E0F35152b323a
Octal3122541360176525536272
Binary110010101010110010111100111111010110101101011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAC5E; }

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

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

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

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

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

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

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

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