#C07774

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

Shades of Contessa #C07774

Tints of Contessa #C07774

Color information

#C07774 (or 0xC07774) is unknown color: approx Contessa. HEX triplet: C0, 77 and 74. RGB value is (192,119,116). Sum of RGB (Red+Green+Blue) = 192+119+116=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C07774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07774 is #3F888B. Grayscale: #8C8C8C. Windows color (decimal): -4163724 or 7632832. OLE color: 7632832.

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

Color convert

RGB192119116-
CMYK00.380.400.25
HSL2.37º37.62%60.39%-
HSV(B)2.37º39.58%75.29%-
XYZ31.4925.6619.82-
YUV140.48114.18164.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.96%
GREEN value IS 119 (46.88% from 255) = 27.87%
BLUE value IS 116 (45.70% from 255) = 27.17%
R=44.96%
G=27.87%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211911600.380.400.252.3737.6260.39
HexC0777402628192263c
Octal300167164046503124674
Binary110000001110111111010001001101010001100110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07774; }

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

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

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

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

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

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

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

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