#C56A65

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

Shades of Contessa #C56A65

Tints of Contessa #C56A65

Color information

#C56A65 (or 0xC56A65) is unknown color: approx Contessa. HEX triplet: C5, 6A and 65. RGB value is (197,106,101). Sum of RGB (Red+Green+Blue) = 197+106+101=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56A65 is #3A959A. Grayscale: #848484. Windows color (decimal): -3839387 or 6646469. OLE color: 6646469.

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

Color convert

RGB197106101-
CMYK00.460.490.23
HSL3.13º45.28%58.43%-
HSV(B)3.13º48.73%77.25%-
XYZ30.5323.1215.17-
YUV132.64110.15173.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.76%
GREEN value IS 106 (41.80% from 255) = 26.24%
BLUE value IS 101 (39.84% from 255) = 25%
R=48.76%
G=26.24%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710610100.460.490.233.1345.2858.43
HexC56A6502E311732d3a
Octal305152145056612735572
Binary110001011101010110010101011101100011011111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56A65; }

 p { color: rgb(197,106,101); }

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

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

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

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

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

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

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