#CAAE66

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

Shades of Laser #CAAE66

Tints of Laser #CAAE66

Color information

#CAAE66 (or 0xCAAE66) is unknown color: approx Laser. HEX triplet: CA, AE and 66. RGB value is (202,174,102). Sum of RGB (Red+Green+Blue) = 202+174+102=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAE66 is #355199. Grayscale: #AEAEAE. Windows color (decimal): -3494298 or 6729418. OLE color: 6729418.

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

Color convert

RGB202174102-
CMYK00.140.500.21
HSL43.2º48.54%59.61%-
HSV(B)43.2º49.5%79.22%-
XYZ41.8943.7918.81-
YUV174.1687.28147.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 174 (68.36% from 255) = 36.40%
BLUE value IS 102 (40.23% from 255) = 21.34%
R=42.26%
G=36.40%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217410200.140.500.2143.248.5459.61
HexCAAE660E32152b313c
Octal3122561460166225536174
Binary110010101010111011001100111011001010101101011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE66; }

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

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

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

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

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

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

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

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