#C07572

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

Shades of Contessa #C07572

Tints of Contessa #C07572

Color information

#C07572 (or 0xC07572) is unknown color: approx Contessa. HEX triplet: C0, 75 and 72. RGB value is (192,117,114). Sum of RGB (Red+Green+Blue) = 192+117+114=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C07572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07572 is #3F8A8D. Grayscale: #8B8B8B. Windows color (decimal): -4164238 or 7501248. OLE color: 7501248.

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

Color convert

RGB192117114-
CMYK00.390.410.25
HSL2.31º38.24%60%-
HSV(B)2.31º40.62%75.29%-
XYZ31.1425.1419.13-
YUV139.08113.85165.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.39%
GREEN value IS 117 (46.09% from 255) = 27.66%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=45.39%
G=27.66%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211711400.390.410.252.3138.2460
HexC0757202729192263c
Octal300165162047513124674
Binary110000001110101111001001001111010011100110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07572; }

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

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

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

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

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

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

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

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