#CAAC56

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

Shades of Laser #CAAC56

Tints of Laser #CAAC56

Color information

#CAAC56 (or 0xCAAC56) is unknown color: approx Laser. HEX triplet: CA, AC and 56. RGB value is (202,172,86). Sum of RGB (Red+Green+Blue) = 202+172+86=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAC56 is #3553A9. Grayscale: #ABABAB. Windows color (decimal): -3494826 or 5680330. OLE color: 5680330.

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

Color convert

RGB20217286-
CMYK00.150.570.21
HSL44.48º52.25%56.47%-
HSV(B)44.48º57.43%79.22%-
XYZ40.7942.7314.9-
YUV171.1779.94149.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 172 (67.58% from 255) = 37.39%
BLUE value IS 86 (33.98% from 255) = 18.70%
R=43.91%
G=37.39%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021728600.150.570.2144.4852.2556.47
HexCAAC560F39152c3438
Octal3122541260177125546470
Binary110010101010110010101100111111100110101101100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAC56; }

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

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

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

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

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

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

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

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