#CAAE64

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

Shades of Laser #CAAE64

Tints of Laser #CAAE64

Color information

#CAAE64 (or 0xCAAE64) is unknown color: approx Laser. HEX triplet: CA, AE and 64. RGB value is (202,174,100). Sum of RGB (Red+Green+Blue) = 202+174+100=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAE64 is #35519B. Grayscale: #AEAEAE. Windows color (decimal): -3494300 or 6598346. OLE color: 6598346.

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

Color convert

RGB202174100-
CMYK00.140.500.21
HSL43.53º49.04%59.22%-
HSV(B)43.53º50.5%79.22%-
XYZ41.7943.7518.3-
YUV173.9486.28148.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 174 (68.36% from 255) = 36.55%
BLUE value IS 100 (39.45% from 255) = 21.01%
R=42.44%
G=36.55%
B=21.01%

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
Decimal20217410000.140.500.2143.5349.0459.22
HexCAAE640E32152c313b
Octal3122561440166225546173
Binary110010101010111011001000111011001010101101100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE64; }

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

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

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

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

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

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

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

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