#C07573

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

Shades of Contessa #C07573

Tints of Contessa #C07573

Color information

#C07573 (or 0xC07573) is unknown color: approx Contessa. HEX triplet: C0, 75 and 73. RGB value is (192,117,115). Sum of RGB (Red+Green+Blue) = 192+117+115=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C07573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07573 is #3F8A8C. Grayscale: #8B8B8B. Windows color (decimal): -4164237 or 7566784. OLE color: 7566784.

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

Color convert

RGB192117115-
CMYK00.390.400.25
HSL1.56º37.93%60.2%-
HSV(B)1.56º40.1%75.29%-
XYZ31.1925.1719.43-
YUV139.2114.35165.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.28%
GREEN value IS 117 (46.09% from 255) = 27.59%
BLUE value IS 115 (45.31% from 255) = 27.12%
R=45.28%
G=27.59%
B=27.12%

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
Decimal19211711500.390.400.251.5637.9360.2
HexC0757302728192263c
Octal300165163047503124674
Binary110000001110101111001101001111010001100110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07573; }

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

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

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

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

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

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

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

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