#C07471

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

Shades of Contessa #C07471

Tints of Contessa #C07471

Color information

#C07471 (or 0xC07471) is unknown color: approx Contessa. HEX triplet: C0, 74 and 71. RGB value is (192,116,113). Sum of RGB (Red+Green+Blue) = 192+116+113=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C07471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07471 is #3F8B8E. Grayscale: #8A8A8A. Windows color (decimal): -4164495 or 7435456. OLE color: 7435456.

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

Color convert

RGB192116113-
CMYK00.400.410.25
HSL2.28º38.54%59.8%-
HSV(B)2.28º41.15%75.29%-
XYZ30.9624.8918.79-
YUV138.38113.68166.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.61%
GREEN value IS 116 (45.70% from 255) = 27.55%
BLUE value IS 113 (44.53% from 255) = 26.84%
R=45.61%
G=27.55%
B=26.84%

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
Decimal19211611300.400.410.252.2838.5459.8
HexC0747102829192273c
Octal300164161050513124774
Binary110000001110100111000101010001010011100110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07471; }

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

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

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

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

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

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

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

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