#C07272

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

Shades of Contessa #C07272

Tints of Contessa #C07272

Color information

#C07272 (or 0xC07272) is unknown color: approx Contessa. HEX triplet: C0, 72 and 72. RGB value is (192,114,114). Sum of RGB (Red+Green+Blue) = 192+114+114=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C07272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07272 is #3F8D8D. Grayscale: #898989. Windows color (decimal): -4165006 or 7500480. OLE color: 7500480.

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

Color convert

RGB192114114-
CMYK00.410.410.25
HSL38.24%60%-
HSV(B)40.62%75.29%-
XYZ30.7924.4619.02-
YUV137.32114.84167-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.71%
GREEN value IS 114 (44.92% from 255) = 27.14%
BLUE value IS 114 (44.92% from 255) = 27.14%
R=45.71%
G=27.14%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211411400.410.410.25038.2460
HexC0727202929190263c
Octal300162162051513104674
Binary11000000111001011100100101001101001110010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07272; }

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

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

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

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

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

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

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

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