#CAAF61

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

Shades of Laser #CAAF61

Tints of Laser #CAAF61

Color information

#CAAF61 (or 0xCAAF61) is unknown color: approx Laser. HEX triplet: CA, AF and 61. RGB value is (202,175,97). Sum of RGB (Red+Green+Blue) = 202+175+97=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAF61 is #35509E. Grayscale: #AEAEAE. Windows color (decimal): -3494047 or 6401994. OLE color: 6401994.

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

Color convert

RGB20217597-
CMYK00.130.520.21
HSL44.57º49.76%58.63%-
HSV(B)44.57º51.98%79.22%-
XYZ41.8444.0817.61-
YUV174.1884.45147.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 175 (68.75% from 255) = 36.92%
BLUE value IS 97 (38.28% from 255) = 20.46%
R=42.62%
G=36.92%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021759700.130.520.2144.5749.7658.63
HexCAAF610D34152d323b
Octal3122571410156425556273
Binary110010101010111111000010110111010010101101101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAF61; }

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

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

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

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

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

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

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

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