#CAAF62

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

Shades of Laser #CAAF62

Tints of Laser #CAAF62

Color information

#CAAF62 (or 0xCAAF62) is unknown color: approx Laser. HEX triplet: CA, AF and 62. RGB value is (202,175,98). Sum of RGB (Red+Green+Blue) = 202+175+98=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 98 (38.67% from 255 or 20.63% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAF62 is #35509D. Grayscale: #AEAEAE. Windows color (decimal): -3494046 or 6467530. OLE color: 6467530.

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

Color convert

RGB20217598-
CMYK00.130.510.21
HSL44.42º49.52%58.82%-
HSV(B)44.42º51.49%79.22%-
XYZ41.8944.117.86-
YUV174.384.95147.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 175 (68.75% from 255) = 36.84%
BLUE value IS 98 (38.67% from 255) = 20.63%
R=42.53%
G=36.84%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021759800.130.510.2144.4249.5258.82
HexCAAF620D33152c323b
Octal3122571420156325546273
Binary110010101010111111000100110111001110101101100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAF62; }

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

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

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

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

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

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

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

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