#CAA964

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

Shades of Laser #CAA964

Tints of Laser #CAA964

Color information

#CAA964 (or 0xCAA964) is unknown color: approx Laser. HEX triplet: CA, A9 and 64. RGB value is (202,169,100). Sum of RGB (Red+Green+Blue) = 202+169+100=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA964 is #35569B. Grayscale: #ABABAB. Windows color (decimal): -3495580 or 6597066. OLE color: 6597066.

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

Color convert

RGB202169100-
CMYK00.160.500.21
HSL40.59º49.04%59.22%-
HSV(B)40.59º50.5%79.22%-
XYZ40.8541.8517.98-
YUV17187.93150.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 169 (66.41% from 255) = 35.88%
BLUE value IS 100 (39.45% from 255) = 21.23%
R=42.89%
G=35.88%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216910000.160.500.2140.5949.0459.22
HexCAA964010321529313b
Octal3122511440206225516173
Binary1100101010101001110010001000011001010101101001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA964; }

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

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

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

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

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

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

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

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