#CF786F

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

Shades of Contessa #CF786F

Tints of Contessa #CF786F

Color information

#CF786F (or 0xCF786F) is unknown color: approx Contessa. HEX triplet: CF, 78 and 6F. RGB value is (207,120,111). Sum of RGB (Red+Green+Blue) = 207+120+111=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF786F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF786F is #308790. Grayscale: #919191. Windows color (decimal): -3180433 or 7305423. OLE color: 7305423.

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

Color convert

RGB207120111-
CMYK00.420.460.19
HSL5.62º50%62.35%-
HSV(B)5.62º46.38%81.18%-
XYZ35.3227.8518.55-
YUV144.99108.82172.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.26%
GREEN value IS 120 (47.27% from 255) = 27.40%
BLUE value IS 111 (43.75% from 255) = 25.34%
R=47.26%
G=27.40%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712011100.420.460.195.625062.35
HexCF786F02A2E136323e
Octal317170157052562366276
Binary1100111111110001101111010101010111010011110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF786F; }

 p { color: rgb(207,120,111); }

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

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

 a { background-color: rgb(207,120,111); }

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

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

 span { border-color: rgb(207,120,111); }

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