#C37A75

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

Shades of Contessa #C37A75

Tints of Contessa #C37A75

Color information

#C37A75 (or 0xC37A75) is unknown color: approx Contessa. HEX triplet: C3, 7A and 75. RGB value is (195,122,117). Sum of RGB (Red+Green+Blue) = 195+122+117=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37A75 is #3C858A. Grayscale: #8F8F8F. Windows color (decimal): -3966347 or 7699139. OLE color: 7699139.

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

Color convert

RGB195122117-
CMYK00.370.40.24
HSL3.85º39.39%61.18%-
HSV(B)3.85º40%76.47%-
XYZ32.6826.8120.28-
YUV143.26113.18164.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.93%
GREEN value IS 122 (48.05% from 255) = 28.11%
BLUE value IS 117 (46.09% from 255) = 26.96%
R=44.93%
G=28.11%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512211700.370.40.243.8539.3961.18
HexC37A7502528184273d
Octal303172165045503044775
Binary1100001111110101110101010010110100011000100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37A75; }

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

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

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

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

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

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

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

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