#CAA161

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

Shades of Laser #CAA161

Tints of Laser #CAA161

Color information

#CAA161 (or 0xCAA161) is unknown color: approx Laser. HEX triplet: CA, A1 and 61. RGB value is (202,161,97). Sum of RGB (Red+Green+Blue) = 202+161+97=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA161 is #355E9E. Grayscale: #A6A6A6. Windows color (decimal): -3497631 or 6398410. OLE color: 6398410.

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

Color convert

RGB20216197-
CMYK00.200.520.21
HSL36.57º49.76%58.63%-
HSV(B)36.57º51.98%79.22%-
XYZ39.2638.9116.75-
YUV165.9689.08153.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 161 (63.28% from 255) = 35%
BLUE value IS 97 (38.28% from 255) = 21.09%
R=43.91%
G=35%
B=21.09%

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
Decimal2021619700.200.520.2136.5749.7658.63
HexCAA161014341525323b
Octal3122411410246425456273
Binary1100101010100001110000101010011010010101100101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA161; }

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

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

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

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

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

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

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

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