#CAA858

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

Shades of Laser #CAA858

Tints of Laser #CAA858

Color information

#CAA858 (or 0xCAA858) is unknown color: approx Laser. HEX triplet: CA, A8 and 58. RGB value is (202,168,88). Sum of RGB (Red+Green+Blue) = 202+168+88=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 88 (34.77% from 255 or 19.21% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA858 is #3557A7. Grayscale: #A9A9A9. Windows color (decimal): -3495848 or 5810378. OLE color: 5810378.

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

Color convert

RGB20216888-
CMYK00.170.560.21
HSL42.11º51.82%56.86%-
HSV(B)42.11º56.44%79.22%-
XYZ40.1241.2715.08-
YUV169.0582.26151.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.10%
GREEN value IS 168 (66.02% from 255) = 36.68%
BLUE value IS 88 (34.77% from 255) = 19.21%
R=44.10%
G=36.68%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021688800.170.560.2142.1151.8256.86
HexCAA85801138152a3439
Octal3122501300217025526471
Binary1100101010101000101100001000111100010101101010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA858; }

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

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

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

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

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

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

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

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