#cf736f

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

Shades of Contessa #CF736F

Tints of Contessa #CF736F

Color information

#CF736F (or 0xCF736F) is unknown color: approx Contessa. HEX triplet: CF, 73 and 6F. RGB value is (207,115,111). Sum of RGB (Red+Green+Blue) = 207+115+111=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF736F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF736F is #308C90. Grayscale: #8E8E8E. Windows color (decimal): -3181713 or 7304143. OLE color: 7304143.

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

Color convert

RGB207115111-
CMYK00.440.460.19
HSL2.5º50%62.35%-
HSV(B)2.5º46.38%81.18%-
XYZ34.7326.6718.36-
YUV142.05110.48174.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.81%
GREEN value IS 115 (45.31% from 255) = 26.56%
BLUE value IS 111 (43.75% from 255) = 25.64%
R=47.81%
G=26.56%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711511100.440.460.192.55062.35
HexCF736F02C2E133323e
Octal317163157054562336276
Binary110011111110011110111101011001011101001111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf736f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf736f; }

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

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

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

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

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

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

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

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