#C7656F

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

Shades of Cabaret #C7656F

Tints of Cabaret #C7656F

Color information

#C7656F (or 0xC7656F) is unknown color: approx Cabaret. HEX triplet: C7, 65 and 6F. RGB value is (199,101,111). Sum of RGB (Red+Green+Blue) = 199+101+111=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7656F is #389A90. Grayscale: #838383. Windows color (decimal): -3709585 or 7300551. OLE color: 7300551.

HSL color Cylindrical-coordinate representation of color #C7656F: hue angle of 353.88º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C7656F is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB199101111-
CMYK00.490.440.22
HSL353.88º46.67%58.82%-
HSV(B)353.88º49.25%78.04%-
XYZ31.0822.617.76-
YUV131.44116.47176.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.42%
GREEN value IS 101 (39.84% from 255) = 24.57%
BLUE value IS 111 (43.75% from 255) = 27.01%
R=48.42%
G=24.57%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910111100.490.440.22353.8846.6758.82
HexC7656F0312C161622f3b
Octal30714515706154265425773
Binary1100011111001011101111011000110110010110101100010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7656F; }

 p { color: rgb(199,101,111); }

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

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

 a { background-color: rgb(199,101,111); }

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

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

 span { border-color: rgb(199,101,111); }

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