#CAA366

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

Shades of Laser #CAA366

Tints of Laser #CAA366

Color information

#CAA366 (or 0xCAA366) is unknown color: approx Laser. HEX triplet: CA, A3 and 66. RGB value is (202,163,102). Sum of RGB (Red+Green+Blue) = 202+163+102=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA366 is #355C99. Grayscale: #A7A7A7. Windows color (decimal): -3497114 or 6726602. OLE color: 6726602.

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

Color convert

RGB202163102-
CMYK00.190.500.21
HSL36.6º48.54%59.61%-
HSV(B)36.6º49.5%79.22%-
XYZ39.8539.7118.13-
YUV167.7190.92152.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 163 (64.06% from 255) = 34.90%
BLUE value IS 102 (40.23% from 255) = 21.84%
R=43.25%
G=34.90%
B=21.84%

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
Decimal20216310200.190.500.2136.648.5459.61
HexCAA366013321525313c
Octal3122431460236225456174
Binary1100101010100011110011001001111001010101100101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA366; }

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

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

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

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

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

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

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

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