#CAAF5F

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

Shades of Laser #CAAF5F

Tints of Laser #CAAF5F

Color information

#CAAF5F (or 0xCAAF5F) is unknown color: approx Laser. HEX triplet: CA, AF and 5F. RGB value is (202,175,95). Sum of RGB (Red+Green+Blue) = 202+175+95=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 95 (37.5% from 255 or 20.13% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAF5F is #3550A0. Grayscale: #AEAEAE. Windows color (decimal): -3494049 or 6270922. OLE color: 6270922.

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

Color convert

RGB20217595-
CMYK00.130.530.21
HSL44.86º50.23%58.24%-
HSV(B)44.86º52.97%79.22%-
XYZ41.7544.0417.13-
YUV173.9583.45148-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 175 (68.75% from 255) = 37.08%
BLUE value IS 95 (37.5% from 255) = 20.13%
R=42.80%
G=37.08%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021759500.130.530.2144.8650.2358.24
HexCAAF5F0D35152d323a
Octal3122571370156525556272
Binary110010101010111110111110110111010110101101101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAF5F; }

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

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

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

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

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

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

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

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