#CAAD56

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

Shades of Laser #CAAD56

Tints of Laser #CAAD56

Color information

#CAAD56 (or 0xCAAD56) is unknown color: approx Laser. HEX triplet: CA, AD and 56. RGB value is (202,173,86). Sum of RGB (Red+Green+Blue) = 202+173+86=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 86 (33.98% from 255 or 18.66% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAD56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAD56 is #3552A9. Grayscale: #ACACAC. Windows color (decimal): -3494570 or 5680586. OLE color: 5680586.

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

Color convert

RGB20217386-
CMYK00.140.570.21
HSL45º52.25%56.47%-
HSV(B)45º57.43%79.22%-
XYZ40.9843.1214.97-
YUV171.7579.61149.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 173 (67.97% from 255) = 37.53%
BLUE value IS 86 (33.98% from 255) = 18.66%
R=43.82%
G=37.53%
B=18.66%

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
Decimal2021738600.140.570.214552.2556.47
HexCAAD560E39152d3438
Octal3122551260167125556470
Binary110010101010110110101100111011100110101101101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAD56; }

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

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

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

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

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

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

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

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