#C77265

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

Shades of Contessa #C77265

Tints of Contessa #C77265

Color information

#C77265 (or 0xC77265) is unknown color: approx Contessa. HEX triplet: C7, 72 and 65. RGB value is (199,114,101). Sum of RGB (Red+Green+Blue) = 199+114+101=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C77265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77265 is #388D9A. Grayscale: #8A8A8A. Windows color (decimal): -3706267 or 6648519. OLE color: 6648519.

HSL color Cylindrical-coordinate representation of color #C77265: hue angle of 7.96º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C77265 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB199114101-
CMYK00.430.490.22
HSL7.96º46.67%58.82%-
HSV(B)7.96º49.25%78.04%-
XYZ31.9225.1215.48-
YUV137.93107.16171.56-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.07%
GREEN value IS 114 (44.92% from 255) = 27.54%
BLUE value IS 101 (39.84% from 255) = 24.40%
R=48.07%
G=27.54%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911410100.430.490.227.9646.6758.82
HexC7726502B311682f3b
Octal3071621450536126105773
Binary11000111111001011001010101011110001101101000101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77265; }

 p { color: rgb(199,114,101); }

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

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

 a { background-color: rgb(199,114,101); }

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

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

 span { border-color: rgb(199,114,101); }

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