#CAAA57

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

Shades of Laser #CAAA57

Tints of Laser #CAAA57

Color information

#CAAA57 (or 0xCAAA57) is unknown color: approx Laser. HEX triplet: CA, AA and 57. RGB value is (202,170,87). Sum of RGB (Red+Green+Blue) = 202+170+87=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 87 (34.38% from 255 or 18.95% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAA57 is #3555A8. Grayscale: #AAAAAA. Windows color (decimal): -3495337 or 5745354. OLE color: 5745354.

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

Color convert

RGB20217087-
CMYK00.160.570.21
HSL43.3º52.04%56.67%-
HSV(B)43.3º56.93%79.22%-
XYZ40.4541.9914.99-
YUV170.1181.1150.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 87 (34.38% from 255) = 18.95%
R=44.01%
G=37.04%
B=18.95%

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
Decimal2021708700.160.570.2143.352.0456.67
HexCAAA5701039152b3439
Octal3122521270207125536471
Binary1100101010101010101011101000011100110101101011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAA57; }

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

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

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

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

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

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

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

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