#C27464

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

Shades of Contessa #C27464

Tints of Contessa #C27464

Color information

#C27464 (or 0xC27464) is unknown color: approx Contessa. HEX triplet: C2, 74 and 64. RGB value is (194,116,100). Sum of RGB (Red+Green+Blue) = 194+116+100=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C27464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27464 is #3D8B9B. Grayscale: #898989. Windows color (decimal): -4033436 or 6583490. OLE color: 6583490.

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

Color convert

RGB194116100-
CMYK00.400.480.24
HSL10.21º43.52%57.65%-
HSV(B)10.21º48.45%76.08%-
XYZ30.7924.8815.24-
YUV137.5106.84168.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.32%
GREEN value IS 116 (45.70% from 255) = 28.29%
BLUE value IS 100 (39.45% from 255) = 24.39%
R=47.32%
G=28.29%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411610000.400.480.2410.2143.5257.65
HexC274640283018a2c3a
Octal3021641440506030125472
Binary11000010111010011001000101000110000110001010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27464; }

 p { color: rgb(194,116,100); }

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

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

 a { background-color: rgb(194,116,100); }

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

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

 span { border-color: rgb(194,116,100); }

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