#CAAF64

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

Shades of Laser #CAAF64

Tints of Laser #CAAF64

Color information

#CAAF64 (or 0xCAAF64) is unknown color: approx Laser. HEX triplet: CA, AF and 64. RGB value is (202,175,100). Sum of RGB (Red+Green+Blue) = 202+175+100=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAF64 is #35509B. Grayscale: #AEAEAE. Windows color (decimal): -3494044 or 6598602. OLE color: 6598602.

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

Color convert

RGB202175100-
CMYK00.130.500.21
HSL44.12º49.04%59.22%-
HSV(B)44.12º50.5%79.22%-
XYZ41.9944.1418.36-
YUV174.5285.95147.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 100 (39.45% from 255) = 20.96%
R=42.35%
G=36.69%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217510000.130.500.2144.1249.0459.22
HexCAAF640D32152c313b
Octal3122571440156225546173
Binary110010101010111111001000110111001010101101100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAF64; }

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

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

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

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

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

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

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

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