#C27D6D

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

Shades of Contessa #C27D6D

Tints of Contessa #C27D6D

Color information

#C27D6D (or 0xC27D6D) is unknown color: approx Contessa. HEX triplet: C2, 7D and 6D. RGB value is (194,125,109). Sum of RGB (Red+Green+Blue) = 194+125+109=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27D6D is #3D8292. Grayscale: #8F8F8F. Windows color (decimal): -4031123 or 7175618. OLE color: 7175618.

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

Color convert

RGB194125109-
CMYK00.360.440.24
HSL11.29º41.06%59.41%-
HSV(B)11.29º43.81%76.08%-
XYZ32.3427.2418.02-
YUV143.81108.36163.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.33%
GREEN value IS 125 (49.22% from 255) = 29.21%
BLUE value IS 109 (42.97% from 255) = 25.47%
R=45.33%
G=29.21%
B=25.47%

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
Decimal19412510900.360.440.2411.2941.0659.41
HexC27D6D0242C18b293b
Octal3021751550445430135173
Binary11000010111110111011010100100101100110001011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27D6D; }

 p { color: rgb(194,125,109); }

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

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

 a { background-color: rgb(194,125,109); }

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

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

 span { border-color: rgb(194,125,109); }

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