#C07574

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

Shades of Contessa #C07574

Tints of Contessa #C07574

Color information

#C07574 (or 0xC07574) is unknown color: approx Contessa. HEX triplet: C0, 75 and 74. RGB value is (192,117,116). Sum of RGB (Red+Green+Blue) = 192+117+116=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C07574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07574 is #3F8A8B. Grayscale: #8B8B8B. Windows color (decimal): -4164236 or 7632320. OLE color: 7632320.

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

Color convert

RGB192117116-
CMYK00.390.400.25
HSL0.79º37.62%60.39%-
HSV(B)0.79º39.58%75.29%-
XYZ31.2525.1919.74-
YUV139.31114.85165.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.18%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=45.18%
G=27.53%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211711600.390.400.250.7937.6260.39
HexC0757402728191263c
Octal300165164047503114674
Binary11000000111010111101000100111101000110011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07574; }

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

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

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

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

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

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

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

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