#CAA958

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

Shades of Laser #CAA958

Tints of Laser #CAA958

Color information

#CAA958 (or 0xCAA958) is unknown color: approx Laser. HEX triplet: CA, A9 and 58. RGB value is (202,169,88). Sum of RGB (Red+Green+Blue) = 202+169+88=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA958 is #3556A7. Grayscale: #A9A9A9. Windows color (decimal): -3495592 or 5810634. OLE color: 5810634.

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

Color convert

RGB20216988-
CMYK00.160.560.21
HSL42.63º51.82%56.86%-
HSV(B)42.63º56.44%79.22%-
XYZ40.3141.6415.14-
YUV169.6381.93151.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 169 (66.41% from 255) = 36.82%
BLUE value IS 88 (34.77% from 255) = 19.17%
R=44.01%
G=36.82%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021698800.160.560.2142.6351.8256.86
HexCAA95801038152b3439
Octal3122511300207025536471
Binary1100101010101001101100001000011100010101101011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA958; }

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

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

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

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

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

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

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

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