#C37A70

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

Shades of Contessa #C37A70

Tints of Contessa #C37A70

Color information

#C37A70 (or 0xC37A70) is unknown color: approx Contessa. HEX triplet: C3, 7A and 70. RGB value is (195,122,112). Sum of RGB (Red+Green+Blue) = 195+122+112=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37A70 is #3C858F. Grayscale: #8E8E8E. Windows color (decimal): -3966352 or 7371459. OLE color: 7371459.

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

Color convert

RGB195122112-
CMYK00.370.430.24
HSL7.23º40.89%60.2%-
HSV(B)7.23º42.56%76.47%-
XYZ32.3926.6918.77-
YUV142.69110.68165.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.45%
GREEN value IS 122 (48.05% from 255) = 28.44%
BLUE value IS 112 (44.14% from 255) = 26.11%
R=45.45%
G=28.44%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512211200.370.430.247.2340.8960.2
HexC37A700252B187293c
Octal303172160045533075174
Binary1100001111110101110000010010110101111000111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37A70; }

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

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

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

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

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

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

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

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