#CAA360

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

Shades of Laser #CAA360

Tints of Laser #CAA360

Color information

#CAA360 (or 0xCAA360) is unknown color: approx Laser. HEX triplet: CA, A3 and 60. RGB value is (202,163,96). Sum of RGB (Red+Green+Blue) = 202+163+96=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA360 is #355C9F. Grayscale: #A7A7A7. Windows color (decimal): -3497120 or 6333386. OLE color: 6333386.

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

Color convert

RGB20216396-
CMYK00.190.520.21
HSL37.92º50%58.43%-
HSV(B)37.92º52.48%79.22%-
XYZ39.5739.616.62-
YUV167.0287.92152.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 163 (64.06% from 255) = 35.36%
BLUE value IS 96 (37.89% from 255) = 20.82%
R=43.82%
G=35.36%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021639600.190.520.2137.925058.43
HexCAA360013341526323a
Octal3122431400236425466272
Binary1100101010100011110000001001111010010101100110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA360; }

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

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

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

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

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

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

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

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