#C07472

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

Shades of Contessa #C07472

Tints of Contessa #C07472

Color information

#C07472 (or 0xC07472) is unknown color: approx Contessa. HEX triplet: C0, 74 and 72. RGB value is (192,116,114). Sum of RGB (Red+Green+Blue) = 192+116+114=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C07472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07472 is #3F8B8D. Grayscale: #8A8A8A. Windows color (decimal): -4164494 or 7500992. OLE color: 7500992.

HSL color Cylindrical-coordinate representation of color #C07472: hue angle of 1.54º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C07472 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB192116114-
CMYK00.400.410.25
HSL1.54º38.24%60%-
HSV(B)1.54º40.62%75.29%-
XYZ31.0224.9119.09-
YUV138.5114.18166.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.50%
GREEN value IS 116 (45.70% from 255) = 27.49%
BLUE value IS 114 (44.92% from 255) = 27.01%
R=45.50%
G=27.49%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211611400.400.410.251.5438.2460
HexC0747202829192263c
Octal300164162050513124674
Binary110000001110100111001001010001010011100110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07472; }

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

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

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

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

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

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

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

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