#C27A65

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

Shades of Contessa #C27A65

Tints of Contessa #C27A65

Color information

#C27A65 (or 0xC27A65) is unknown color: approx Contessa. HEX triplet: C2, 7A and 65. RGB value is (194,122,101). Sum of RGB (Red+Green+Blue) = 194+122+101=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A65 is #3D859A. Grayscale: #8D8D8D. Windows color (decimal): -4031899 or 6650562. OLE color: 6650562.

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

Color convert

RGB194122101-
CMYK00.370.480.24
HSL13.55º43.26%57.84%-
HSV(B)13.55º47.94%76.08%-
XYZ31.5626.3315.73-
YUV141.13105.35165.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.52%
GREEN value IS 122 (48.05% from 255) = 29.26%
BLUE value IS 101 (39.84% from 255) = 24.22%
R=46.52%
G=29.26%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412210100.370.480.2413.5543.2657.84
HexC27A650253018e2b3a
Octal3021721450456030165372
Binary11000010111101011001010100101110000110001110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27A65; }

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

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

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

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

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

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

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

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