#C07473

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

Shades of Contessa #C07473

Tints of Contessa #C07473

Color information

#C07473 (or 0xC07473) is unknown color: approx Contessa. HEX triplet: C0, 74 and 73. RGB value is (192,116,115). Sum of RGB (Red+Green+Blue) = 192+116+115=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C07473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07473 is #3F8B8C. Grayscale: #8A8A8A. Windows color (decimal): -4164493 or 7566528. OLE color: 7566528.

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

Color convert

RGB192116115-
CMYK00.400.400.25
HSL0.78º37.93%60.2%-
HSV(B)0.78º40.1%75.29%-
XYZ31.0824.9419.39-
YUV138.61114.68166.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.39%
GREEN value IS 116 (45.70% from 255) = 27.42%
BLUE value IS 115 (45.31% from 255) = 27.19%
R=45.39%
G=27.42%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211611500.400.400.250.7837.9360.2
HexC0747302828191263c
Octal300164163050503114674
Binary11000000111010011100110101000101000110011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07473; }

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

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

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

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

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

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

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

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