#C27C6C

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

Shades of Contessa #C27C6C

Tints of Contessa #C27C6C

Color information

#C27C6C (or 0xC27C6C) is unknown color: approx Contessa. HEX triplet: C2, 7C and 6C. RGB value is (194,124,108). Sum of RGB (Red+Green+Blue) = 194+124+108=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27C6C is #3D8393. Grayscale: #8F8F8F. Windows color (decimal): -4031380 or 7109826. OLE color: 7109826.

HSL color Cylindrical-coordinate representation of color #C27C6C: hue angle of 11.16º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C27C6C is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB194124108-
CMYK00.360.440.24
HSL11.16º41.35%59.22%-
HSV(B)11.16º44.33%76.08%-
XYZ32.1626.9717.7-
YUV143.11108.19164.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.54%
GREEN value IS 124 (48.83% from 255) = 29.11%
BLUE value IS 108 (42.58% from 255) = 25.35%
R=45.54%
G=29.11%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412410800.360.440.2411.1641.3559.22
HexC27C6C0242C18b293b
Octal3021741540445430135173
Binary11000010111110011011000100100101100110001011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27C6C; }

 p { color: rgb(194,124,108); }

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

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

 a { background-color: rgb(194,124,108); }

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

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

 span { border-color: rgb(194,124,108); }

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