#C56670

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

Shades of Cabaret #C56670

Tints of Cabaret #C56670

Color information

#C56670 (or 0xC56670) is unknown color: approx Cabaret. HEX triplet: C5, 66 and 70. RGB value is (197,102,112). Sum of RGB (Red+Green+Blue) = 197+102+112=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C56670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56670 is #3A998F. Grayscale: #838383. Windows color (decimal): -3840400 or 7366341. OLE color: 7366341.

HSL color Cylindrical-coordinate representation of color #C56670: hue angle of 353.68º 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 #C56670 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB197102112-
CMYK00.480.430.23
HSL353.68º45.02%58.63%-
HSV(B)353.68º48.22%77.25%-
XYZ30.722.5418.06-
YUV131.54116.97174.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.93%
GREEN value IS 102 (40.23% from 255) = 24.82%
BLUE value IS 112 (44.14% from 255) = 27.25%
R=47.93%
G=24.82%
B=27.25%

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
Decimal19710211200.480.430.23353.6845.0258.63
HexC566700302B171622d3b
Octal30514616006053275425573
Binary1100010111001101110000011000010101110111101100010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56670; }

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

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

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

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

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

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

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

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