#C56665

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

Shades of Contessa #C56665

Tints of Contessa #C56665

Color information

#C56665 (or 0xC56665) is unknown color: approx Contessa. HEX triplet: C5, 66 and 65. RGB value is (197,102,101). Sum of RGB (Red+Green+Blue) = 197+102+101=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C56665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56665 is #3A999A. Grayscale: #828282. Windows color (decimal): -3840411 or 6645445. OLE color: 6645445.

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

Color convert

RGB197102101-
CMYK00.480.490.23
HSL0.63º45.28%58.43%-
HSV(B)0.63º48.73%77.25%-
XYZ30.1322.3115.03-
YUV130.29111.47175.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.25%
GREEN value IS 102 (40.23% from 255) = 25.5%
BLUE value IS 101 (39.84% from 255) = 25.25%
R=49.25%
G=25.5%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710210100.480.490.230.6345.2858.43
HexC56665030311712d3a
Octal305146145060612715572
Binary11000101110011011001010110000110001101111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56665; }

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

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

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

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

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

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

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

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