#C56F6F

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

Shades of Contessa #C56F6F

Tints of Contessa #C56F6F

Color information

#C56F6F (or 0xC56F6F) is unknown color: approx Contessa. HEX triplet: C5, 6F and 6F. RGB value is (197,111,111). Sum of RGB (Red+Green+Blue) = 197+111+111=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56F6F is #3A9090. Grayscale: #888888. Windows color (decimal): -3838097 or 7303109. OLE color: 7303109.

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

Color convert

RGB197111111-
CMYK00.440.440.23
HSL42.57%60.39%-
HSV(B)43.65%77.25%-
XYZ31.5824.3918.08-
YUV136.71113.49171-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.02%
GREEN value IS 111 (43.75% from 255) = 26.49%
BLUE value IS 111 (43.75% from 255) = 26.49%
R=47.02%
G=26.49%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711111100.440.440.23042.5760.39
HexC56F6F02C2C1702b3c
Octal305157157054542705374
Binary11000101110111111011110101100101100101110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56F6F; }

 p { color: rgb(197,111,111); }

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

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

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

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

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

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

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