#C27565

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

Shades of Contessa #C27565

Tints of Contessa #C27565

Color information

#C27565 (or 0xC27565) is unknown color: approx Contessa. HEX triplet: C2, 75 and 65. RGB value is (194,117,101). Sum of RGB (Red+Green+Blue) = 194+117+101=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C27565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27565 is #3D8A9A. Grayscale: #8A8A8A. Windows color (decimal): -4033179 or 6649282. OLE color: 6649282.

HSL color Cylindrical-coordinate representation of color #C27565: hue angle of 10.32º degrees, saturation: 0.43, 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 #C27565 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB194117101-
CMYK00.400.480.24
HSL10.32º43.26%57.84%-
HSV(B)10.32º47.94%76.08%-
XYZ30.9625.1315.53-
YUV138.2107.01167.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.09%
GREEN value IS 117 (46.09% from 255) = 28.40%
BLUE value IS 101 (39.84% from 255) = 24.51%
R=47.09%
G=28.40%
B=24.51%

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
Decimal19411710100.400.480.2410.3243.2657.84
HexC275650283018a2b3a
Octal3021651450506030125372
Binary11000010111010111001010101000110000110001010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27565; }

 p { color: rgb(194,117,101); }

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

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

 a { background-color: rgb(194,117,101); }

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

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

 span { border-color: rgb(194,117,101); }

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