#C37575

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

Shades of Contessa #C37575

Tints of Contessa #C37575

Color information

#C37575 (or 0xC37575) is unknown color: approx Contessa. HEX triplet: C3, 75 and 75. RGB value is (195,117,117). Sum of RGB (Red+Green+Blue) = 195+117+117=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C37575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37575 is #3C8A8A. Grayscale: #8C8C8C. Windows color (decimal): -3967627 or 7697859. OLE color: 7697859.

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

Color convert

RGB195117117-
CMYK00.40.40.24
HSL39.39%61.18%-
HSV(B)40%76.47%-
XYZ32.0825.6120.08-
YUV140.32114.84167-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.45%
GREEN value IS 117 (46.09% from 255) = 27.27%
BLUE value IS 117 (46.09% from 255) = 27.27%
R=45.45%
G=27.27%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511711700.40.40.24039.3961.18
HexC3757502828180273d
Octal303165165050503004775
Binary11000011111010111101010101000101000110000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37575; }

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

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

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

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

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

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

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

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