#CAA762

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

Shades of Laser #CAA762

Tints of Laser #CAA762

Color information

#CAA762 (or 0xCAA762) is unknown color: approx Laser. HEX triplet: CA, A7 and 62. RGB value is (202,167,98). Sum of RGB (Red+Green+Blue) = 202+167+98=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA762 is #35589D. Grayscale: #A9A9A9. Windows color (decimal): -3496094 or 6465482. OLE color: 6465482.

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

Color convert

RGB20216798-
CMYK00.170.510.21
HSL39.81º49.52%58.82%-
HSV(B)39.81º51.49%79.22%-
XYZ40.3841.0817.36-
YUV169.687.6151.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 167 (65.62% from 255) = 35.76%
BLUE value IS 98 (38.67% from 255) = 20.99%
R=43.25%
G=35.76%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021679800.170.510.2139.8149.5258.82
HexCAA762011331528323b
Octal3122471420216325506273
Binary1100101010100111110001001000111001110101101000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA762; }

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

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

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

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

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

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

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

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