#CF7771

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

Shades of Contessa #CF7771

Tints of Contessa #CF7771

Color information

#CF7771 (or 0xCF7771) is unknown color: approx Contessa. HEX triplet: CF, 77 and 71. RGB value is (207,119,113). Sum of RGB (Red+Green+Blue) = 207+119+113=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7771 is #30888E. Grayscale: #909090. Windows color (decimal): -3180687 or 7436239. OLE color: 7436239.

HSL color Cylindrical-coordinate representation of color #CF7771: hue angle of 3.83º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF7771 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB207119113-
CMYK00.430.450.19
HSL3.83º49.47%62.75%-
HSV(B)3.83º45.41%81.18%-
XYZ35.3127.6519.1-
YUV144.63110.15172.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.15%
GREEN value IS 119 (46.88% from 255) = 27.11%
BLUE value IS 113 (44.53% from 255) = 25.74%
R=47.15%
G=27.11%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711911300.430.450.193.8349.4762.75
HexCF777102B2D134313f
Octal317167161053552346177
Binary1100111111101111110001010101110110110011100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7771; }

 p { color: rgb(207,119,113); }

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

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

 a { background-color: rgb(207,119,113); }

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

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

 span { border-color: rgb(207,119,113); }

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