#CAAD57

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

Shades of Laser #CAAD57

Tints of Laser #CAAD57

Color information

#CAAD57 (or 0xCAAD57) is unknown color: approx Laser. HEX triplet: CA, AD and 57. RGB value is (202,173,87). Sum of RGB (Red+Green+Blue) = 202+173+87=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 87 (34.38% from 255 or 18.83% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAD57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAD57 is #3552A8. Grayscale: #ACACAC. Windows color (decimal): -3494569 or 5746122. OLE color: 5746122.

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

Color convert

RGB20217387-
CMYK00.140.570.21
HSL44.87º52.04%56.67%-
HSV(B)44.87º56.93%79.22%-
XYZ41.0243.1315.18-
YUV171.8780.11149.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 173 (67.97% from 255) = 37.45%
BLUE value IS 87 (34.38% from 255) = 18.83%
R=43.72%
G=37.45%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021738700.140.570.2144.8752.0456.67
HexCAAD570E39152d3439
Octal3122551270167125556471
Binary110010101010110110101110111011100110101101101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAD57; }

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

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

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

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

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

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

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

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