#C37974

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

Shades of Contessa #C37974

Tints of Contessa #C37974

Color information

#C37974 (or 0xC37974) is unknown color: approx Contessa. HEX triplet: C3, 79 and 74. RGB value is (195,121,116). Sum of RGB (Red+Green+Blue) = 195+121+116=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C37974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37974 is #3C868B. Grayscale: #8E8E8E. Windows color (decimal): -3966604 or 7633347. OLE color: 7633347.

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

Color convert

RGB195121116-
CMYK00.380.410.24
HSL3.8º39.7%60.98%-
HSV(B)3.8º40.51%76.47%-
XYZ32.526.5419.93-
YUV142.56113.02165.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.14%
GREEN value IS 121 (47.66% from 255) = 28.01%
BLUE value IS 116 (45.70% from 255) = 26.85%
R=45.14%
G=28.01%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512111600.380.410.243.839.760.98
HexC3797402629184283d
Octal303171164046513045075
Binary1100001111110011110100010011010100111000100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37974; }

 p { color: rgb(195,121,116); }

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

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

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

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

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

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

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