#CAA865

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

Shades of Laser #CAA865

Tints of Laser #CAA865

Color information

#CAA865 (or 0xCAA865) is unknown color: approx Laser. HEX triplet: CA, A8 and 65. RGB value is (202,168,101). Sum of RGB (Red+Green+Blue) = 202+168+101=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA865 is #35579A. Grayscale: #AAAAAA. Windows color (decimal): -3495835 or 6662346. OLE color: 6662346.

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

Color convert

RGB202168101-
CMYK00.170.500.21
HSL39.8º48.79%59.41%-
HSV(B)39.8º50%79.22%-
XYZ40.7141.518.18-
YUV170.5388.76150.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 168 (66.02% from 255) = 35.67%
BLUE value IS 101 (39.84% from 255) = 21.44%
R=42.89%
G=35.67%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216810100.170.500.2139.848.7959.41
HexCAA865011321528313b
Octal3122501450216225506173
Binary1100101010101000110010101000111001010101101000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA865; }

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

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

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

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

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

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

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

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