#C27670

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

Shades of Contessa #C27670

Tints of Contessa #C27670

Color information

#C27670 (or 0xC27670) is unknown color: approx Contessa. HEX triplet: C2, 76 and 70. RGB value is (194,118,112). Sum of RGB (Red+Green+Blue) = 194+118+112=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C27670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27670 is #3D898F. Grayscale: #8C8C8C. Windows color (decimal): -4032912 or 7370434. OLE color: 7370434.

HSL color Cylindrical-coordinate representation of color #C27670: hue angle of 4.39º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C27670 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB194118112-
CMYK00.390.420.24
HSL4.39º40.2%60%-
HSV(B)4.39º42.27%76.08%-
XYZ31.6525.618.6-
YUV140.04112.18166.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.75%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 112 (44.14% from 255) = 26.42%
R=45.75%
G=27.83%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411811200.390.420.244.3940.260
HexC276700272A184283c
Octal302166160047523045074
Binary1100001011101101110000010011110101011000100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27670; }

 p { color: rgb(194,118,112); }

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

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

 a { background-color: rgb(194,118,112); }

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

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

 span { border-color: rgb(194,118,112); }

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