#CAA764

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

Shades of Laser #CAA764

Tints of Laser #CAA764

Color information

#CAA764 (or 0xCAA764) is unknown color: approx Laser. HEX triplet: CA, A7 and 64. RGB value is (202,167,100). Sum of RGB (Red+Green+Blue) = 202+167+100=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA764 is #35589B. Grayscale: #AAAAAA. Windows color (decimal): -3496092 or 6596554. OLE color: 6596554.

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

Color convert

RGB202167100-
CMYK00.170.500.21
HSL39.41º49.04%59.22%-
HSV(B)39.41º50.5%79.22%-
XYZ40.4841.1117.86-
YUV169.8388.6150.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 167 (65.62% from 255) = 35.61%
BLUE value IS 100 (39.45% from 255) = 21.32%
R=43.07%
G=35.61%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216710000.170.500.2139.4149.0459.22
HexCAA764011321527313b
Octal3122471440216225476173
Binary1100101010100111110010001000111001010101100111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA764; }

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

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

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

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

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

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

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

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