#CF7772

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

Shades of Contessa #CF7772

Tints of Contessa #CF7772

Color information

#CF7772 (or 0xCF7772) is unknown color: approx Contessa. HEX triplet: CF, 77 and 72. RGB value is (207,119,114). Sum of RGB (Red+Green+Blue) = 207+119+114=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7772 is #30888D. Grayscale: #909090. Windows color (decimal): -3180686 or 7501775. OLE color: 7501775.

HSL color Cylindrical-coordinate representation of color #CF7772: hue angle of 3.23º 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 #CF7772 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB207119114-
CMYK00.430.450.19
HSL3.23º49.21%62.94%-
HSV(B)3.23º44.93%81.18%-
XYZ35.3727.6719.4-
YUV144.74110.65172.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.05%
GREEN value IS 119 (46.88% from 255) = 27.05%
BLUE value IS 114 (44.92% from 255) = 25.91%
R=47.05%
G=27.05%
B=25.91%

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
Decimal20711911400.430.450.193.2349.2162.94
HexCF777202B2D133313f
Octal317167162053552336177
Binary110011111110111111001001010111011011001111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7772; }

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

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

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

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

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

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

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

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