#CAA160

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

Shades of Laser #CAA160

Tints of Laser #CAA160

Color information

#CAA160 (or 0xCAA160) is unknown color: approx Laser. HEX triplet: CA, A1 and 60. RGB value is (202,161,96). Sum of RGB (Red+Green+Blue) = 202+161+96=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA160 is #355E9F. Grayscale: #A6A6A6. Windows color (decimal): -3497632 or 6332874. OLE color: 6332874.

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

Color convert

RGB20216196-
CMYK00.200.520.21
HSL36.79º50%58.43%-
HSV(B)36.79º52.48%79.22%-
XYZ39.2138.8916.51-
YUV165.8588.58153.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 161 (63.28% from 255) = 35.08%
BLUE value IS 96 (37.89% from 255) = 20.92%
R=44.01%
G=35.08%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021619600.200.520.2136.795058.43
HexCAA160014341525323a
Octal3122411400246425456272
Binary1100101010100001110000001010011010010101100101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA160; }

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

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

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

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

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

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

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

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