#CF766C

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

Shades of Contessa #CF766C

Tints of Contessa #CF766C

Color information

#CF766C (or 0xCF766C) is unknown color: approx Contessa. HEX triplet: CF, 76 and 6C. RGB value is (207,118,108). Sum of RGB (Red+Green+Blue) = 207+118+108=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF766C is #308993. Grayscale: #8F8F8F. Windows color (decimal): -3180948 or 7108303. OLE color: 7108303.

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

Color convert

RGB207118108-
CMYK00.430.480.19
HSL6.06º50.77%61.76%-
HSV(B)6.06º47.83%81.18%-
XYZ34.9227.317.62-
YUV143.47107.99173.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.81%
GREEN value IS 118 (46.48% from 255) = 27.25%
BLUE value IS 108 (42.58% from 255) = 24.94%
R=47.81%
G=27.25%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711810800.430.480.196.0650.7761.76
HexCF766C02B30136333e
Octal317166154053602366376
Binary1100111111101101101100010101111000010011110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF766C; }

 p { color: rgb(207,118,108); }

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

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

 a { background-color: rgb(207,118,108); }

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

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

 span { border-color: rgb(207,118,108); }

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