#CAA957

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

Shades of Laser #CAA957

Tints of Laser #CAA957

Color information

#CAA957 (or 0xCAA957) is unknown color: approx Laser. HEX triplet: CA, A9 and 57. RGB value is (202,169,87). Sum of RGB (Red+Green+Blue) = 202+169+87=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 87 (34.38% from 255 or 19.00% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA957 is #3556A8. Grayscale: #A9A9A9. Windows color (decimal): -3495593 or 5745098. OLE color: 5745098.

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

Color convert

RGB20216987-
CMYK00.160.570.21
HSL42.78º52.04%56.67%-
HSV(B)42.78º56.93%79.22%-
XYZ40.2741.6214.93-
YUV169.5281.43151.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.10%
GREEN value IS 169 (66.41% from 255) = 36.90%
BLUE value IS 87 (34.38% from 255) = 19.00%
R=44.10%
G=36.90%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021698700.160.570.2142.7852.0456.67
HexCAA95701039152b3439
Octal3122511270207125536471
Binary1100101010101001101011101000011100110101101011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA957; }

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

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

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

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

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

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

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

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