#C07973

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

Shades of Contessa #C07973

Tints of Contessa #C07973

Color information

#C07973 (or 0xC07973) is unknown color: approx Contessa. HEX triplet: C0, 79 and 73. RGB value is (192,121,115). Sum of RGB (Red+Green+Blue) = 192+121+115=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C07973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07973 is #3F868C. Grayscale: #8D8D8D. Windows color (decimal): -4163213 or 7567808. OLE color: 7567808.

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

Color convert

RGB192121115-
CMYK00.370.400.25
HSL4.68º37.93%60.2%-
HSV(B)4.68º40.1%75.29%-
XYZ31.6726.1219.59-
YUV141.55113.02163.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.86%
GREEN value IS 121 (47.66% from 255) = 28.27%
BLUE value IS 115 (45.31% from 255) = 26.87%
R=44.86%
G=28.27%
B=26.87%

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
Decimal19212111500.370.400.254.6837.9360.2
HexC0797302528195263c
Octal300171163045503154674
Binary1100000011110011110011010010110100011001101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07973; }

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

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

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

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

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

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

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

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