#CAA861

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

Shades of Laser #CAA861

Tints of Laser #CAA861

Color information

#CAA861 (or 0xCAA861) is unknown color: approx Laser. HEX triplet: CA, A8 and 61. RGB value is (202,168,97). Sum of RGB (Red+Green+Blue) = 202+168+97=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA861 is #35579E. Grayscale: #AAAAAA. Windows color (decimal): -3495839 or 6400202. OLE color: 6400202.

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

Color convert

RGB20216897-
CMYK00.170.520.21
HSL40.57º49.76%58.63%-
HSV(B)40.57º51.98%79.22%-
XYZ40.5241.4217.17-
YUV170.0786.76150.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 168 (66.02% from 255) = 35.97%
BLUE value IS 97 (38.28% from 255) = 20.77%
R=43.25%
G=35.97%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021689700.170.520.2140.5749.7658.63
HexCAA861011341529323b
Octal3122501410216425516273
Binary1100101010101000110000101000111010010101101001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA861; }

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

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

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

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

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

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

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

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