#CAA466

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

Shades of Laser #CAA466

Tints of Laser #CAA466

Color information

#CAA466 (or 0xCAA466) is unknown color: approx Laser. HEX triplet: CA, A4 and 66. RGB value is (202,164,102). Sum of RGB (Red+Green+Blue) = 202+164+102=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA466 is #355B99. Grayscale: #A8A8A8. Windows color (decimal): -3496858 or 6726858. OLE color: 6726858.

HSL color Cylindrical-coordinate representation of color #CAA466: hue angle of 37.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAA466 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB202164102-
CMYK00.190.500.21
HSL37.2º48.54%59.61%-
HSV(B)37.2º49.5%79.22%-
XYZ40.0340.0718.19-
YUV168.2990.59152.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 102 (40.23% from 255) = 21.79%
R=43.16%
G=35.04%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216410200.190.500.2137.248.5459.61
HexCAA466013321525313c
Octal3122441460236225456174
Binary1100101010100100110011001001111001010101100101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA466; }

 p { color: rgb(202,164,102); }

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

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

 a { background-color: rgb(202,164,102); }

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

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

 span { border-color: rgb(202,164,102); }

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