#C37775

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

Shades of Contessa #C37775

Tints of Contessa #C37775

Color information

#C37775 (or 0xC37775) is unknown color: approx Contessa. HEX triplet: C3, 77 and 75. RGB value is (195,119,117). Sum of RGB (Red+Green+Blue) = 195+119+117=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C37775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37775 is #3C888A. Grayscale: #8D8D8D. Windows color (decimal): -3967115 or 7698371. OLE color: 7698371.

HSL color Cylindrical-coordinate representation of color #C37775: hue angle of 1.54º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C37775 is Cyan = 0, Magento = 0.39, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB195119117-
CMYK00.390.40.24
HSL1.54º39.39%61.18%-
HSV(B)1.54º40%76.47%-
XYZ32.3126.0820.16-
YUV141.5114.18166.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.24%
GREEN value IS 119 (46.88% from 255) = 27.61%
BLUE value IS 117 (46.09% from 255) = 27.15%
R=45.24%
G=27.61%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511911700.390.40.241.5439.3961.18
HexC3777502728182273d
Octal303167165047503024775
Binary110000111110111111010101001111010001100010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37775; }

 p { color: rgb(195,119,117); }

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

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

 a { background-color: rgb(195,119,117); }

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

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

 span { border-color: rgb(195,119,117); }

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