#C07974

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

Shades of Contessa #C07974

Tints of Contessa #C07974

Color information

#C07974 (or 0xC07974) is unknown color: approx Contessa. HEX triplet: C0, 79 and 74. RGB value is (192,121,116). Sum of RGB (Red+Green+Blue) = 192+121+116=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C07974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07974 is #3F868B. Grayscale: #8D8D8D. Windows color (decimal): -4163212 or 7633344. OLE color: 7633344.

HSL color Cylindrical-coordinate representation of color #C07974: hue angle of 3.95º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07974 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB192121116-
CMYK00.370.400.25
HSL3.95º37.62%60.39%-
HSV(B)3.95º39.58%75.29%-
XYZ31.7326.1419.9-
YUV141.66113.52163.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.76%
GREEN value IS 121 (47.66% from 255) = 28.21%
BLUE value IS 116 (45.70% from 255) = 27.04%
R=44.76%
G=28.21%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212111600.370.400.253.9537.6260.39
HexC0797402528194263c
Octal300171164045503144674
Binary1100000011110011110100010010110100011001100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07974; }

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

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

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

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

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

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

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

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