#C47365

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

Shades of Contessa #C47365

Tints of Contessa #C47365

Color information

#C47365 (or 0xC47365) is unknown color: approx Contessa. HEX triplet: C4, 73 and 65. RGB value is (196,115,101). Sum of RGB (Red+Green+Blue) = 196+115+101=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C47365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47365 is #3B8C9A. Grayscale: #898989. Windows color (decimal): -3902619 or 6648772. OLE color: 6648772.

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

Color convert

RGB196115101-
CMYK00.410.480.23
HSL8.84º44.6%58.24%-
HSV(B)8.84º48.47%76.86%-
XYZ31.2424.9415.48-
YUV137.62107.34169.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.57%
GREEN value IS 115 (45.31% from 255) = 27.91%
BLUE value IS 101 (39.84% from 255) = 24.51%
R=47.57%
G=27.91%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611510100.410.480.238.8444.658.24
HexC47365029301792d3a
Octal3041631450516027115572
Binary11000100111001111001010101001110000101111001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47365; }

 p { color: rgb(196,115,101); }

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

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

 a { background-color: rgb(196,115,101); }

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

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

 span { border-color: rgb(196,115,101); }

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