#CAAE60

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

Shades of Laser #CAAE60

Tints of Laser #CAAE60

Color information

#CAAE60 (or 0xCAAE60) is unknown color: approx Laser. HEX triplet: CA, AE and 60. RGB value is (202,174,96). Sum of RGB (Red+Green+Blue) = 202+174+96=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAE60 is #35519F. Grayscale: #ADADAD. Windows color (decimal): -3494304 or 6336202. OLE color: 6336202.

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

Color convert

RGB20217496-
CMYK00.140.520.21
HSL44.15º50%58.43%-
HSV(B)44.15º52.48%79.22%-
XYZ41.643.6717.3-
YUV173.4884.28148.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 174 (68.36% from 255) = 36.86%
BLUE value IS 96 (37.89% from 255) = 20.34%
R=42.80%
G=36.86%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021749600.140.520.2144.155058.43
HexCAAE600E34152c323a
Octal3122561400166425546272
Binary110010101010111011000000111011010010101101100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE60; }

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

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

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

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

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

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

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

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