#C77267

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

Shades of Contessa #C77267

Tints of Contessa #C77267

Color information

#C77267 (or 0xC77267) is unknown color: approx Contessa. HEX triplet: C7, 72 and 67. RGB value is (199,114,103). Sum of RGB (Red+Green+Blue) = 199+114+103=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C77267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77267 is #388D98. Grayscale: #8A8A8A. Windows color (decimal): -3706265 or 6779591. OLE color: 6779591.

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

Color convert

RGB199114103-
CMYK00.430.480.22
HSL6.88º46.15%59.22%-
HSV(B)6.88º48.24%78.04%-
XYZ32.0225.1616-
YUV138.16108.16171.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.84%
GREEN value IS 114 (44.92% from 255) = 27.40%
BLUE value IS 103 (40.62% from 255) = 24.76%
R=47.84%
G=27.40%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911410300.430.480.226.8846.1559.22
HexC7726702B301672e3b
Octal307162147053602675673
Binary1100011111100101100111010101111000010110111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77267; }

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

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

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

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

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

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

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

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