#C27369

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

Shades of Contessa #C27369

Tints of Contessa #C27369

Color information

#C27369 (or 0xC27369) is unknown color: approx Contessa. HEX triplet: C2, 73 and 69. RGB value is (194,115,105). Sum of RGB (Red+Green+Blue) = 194+115+105=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C27369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27369 is #3D8C96. Grayscale: #898989. Windows color (decimal): -4033687 or 6910914. OLE color: 6910914.

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

Color convert

RGB194115105-
CMYK00.410.460.24
HSL6.74º42.18%58.63%-
HSV(B)6.74º45.88%76.08%-
XYZ30.9324.7516.51-
YUV137.48109.67168.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.86%
GREEN value IS 115 (45.31% from 255) = 27.78%
BLUE value IS 105 (41.41% from 255) = 25.36%
R=46.86%
G=27.78%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411510500.410.460.246.7442.1858.63
HexC273690292E1872a3b
Octal302163151051563075273
Binary1100001011100111101001010100110111011000111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27369; }

 p { color: rgb(194,115,105); }

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

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

 a { background-color: rgb(194,115,105); }

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

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

 span { border-color: rgb(194,115,105); }

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