#CAAE5C

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

Shades of Laser #CAAE5C

Tints of Laser #CAAE5C

Color information

#CAAE5C (or 0xCAAE5C) is unknown color: approx Laser. HEX triplet: CA, AE and 5C. RGB value is (202,174,92). Sum of RGB (Red+Green+Blue) = 202+174+92=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAE5C is #3551A3. Grayscale: #ADADAD. Windows color (decimal): -3494308 or 6074058. OLE color: 6074058.

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

Color convert

RGB20217492-
CMYK00.140.540.21
HSL44.73º50.93%57.65%-
HSV(B)44.73º54.46%79.22%-
XYZ41.4243.616.36-
YUV173.0282.28148.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 174 (68.36% from 255) = 37.18%
BLUE value IS 92 (36.33% from 255) = 19.66%
R=43.16%
G=37.18%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021749200.140.540.2144.7350.9357.65
HexCAAE5C0E36152d333a
Octal3122561340166625556372
Binary110010101010111010111000111011011010101101101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE5C; }

 p { color: rgb(202,174,92); }

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

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

 a { background-color: rgb(202,174,92); }

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

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

 span { border-color: rgb(202,174,92); }

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