#C56671

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

Shades of Cabaret #C56671

Tints of Cabaret #C56671

Color information

#C56671 (or 0xC56671) is unknown color: approx Cabaret. HEX triplet: C5, 66 and 71. RGB value is (197,102,113). Sum of RGB (Red+Green+Blue) = 197+102+113=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C56671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56671 is #3A998E. Grayscale: #838383. Windows color (decimal): -3840399 or 7431877. OLE color: 7431877.

HSL color Cylindrical-coordinate representation of color #C56671: hue angle of 353.05º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C56671 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB197102113-
CMYK00.480.430.23
HSL353.05º45.02%58.63%-
HSV(B)353.05º48.22%77.25%-
XYZ30.7622.5718.36-
YUV131.66117.47174.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.82%
GREEN value IS 102 (40.23% from 255) = 24.76%
BLUE value IS 113 (44.53% from 255) = 27.43%
R=47.82%
G=24.76%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710211300.480.430.23353.0545.0258.63
HexC566710302B171612d3b
Octal30514616106053275415573
Binary1100010111001101110001011000010101110111101100001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56671; }

 p { color: rgb(197,102,113); }

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

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

 a { background-color: rgb(197,102,113); }

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

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

 span { border-color: rgb(197,102,113); }

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