#CAA959

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

Shades of Laser #CAA959

Tints of Laser #CAA959

Color information

#CAA959 (or 0xCAA959) is unknown color: approx Laser. HEX triplet: CA, A9 and 59. RGB value is (202,169,89). Sum of RGB (Red+Green+Blue) = 202+169+89=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 89 (35.16% from 255 or 19.35% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA959 is #3556A6. Grayscale: #AAAAAA. Windows color (decimal): -3495591 or 5876170. OLE color: 5876170.

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

Color convert

RGB20216989-
CMYK00.160.560.21
HSL42.48º51.6%57.06%-
HSV(B)42.48º55.94%79.22%-
XYZ40.3541.6515.36-
YUV169.7582.43151-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 169 (66.41% from 255) = 36.74%
BLUE value IS 89 (35.16% from 255) = 19.35%
R=43.91%
G=36.74%
B=19.35%

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
Decimal2021698900.160.560.2142.4851.657.06
HexCAA95901038152a3439
Octal3122511310207025526471
Binary1100101010101001101100101000011100010101101010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA959; }

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

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

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

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

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

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

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

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