#CF746D

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

Shades of Contessa #CF746D

Tints of Contessa #CF746D

Color information

#CF746D (or 0xCF746D) is unknown color: approx Contessa. HEX triplet: CF, 74 and 6D. RGB value is (207,116,109). Sum of RGB (Red+Green+Blue) = 207+116+109=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF746D is #308B92. Grayscale: #8E8E8E. Windows color (decimal): -3181459 or 7173327. OLE color: 7173327.

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

Color convert

RGB207116109-
CMYK00.440.470.19
HSL4.29º50.52%61.96%-
HSV(B)4.29º47.34%81.18%-
XYZ34.7426.8617.82-
YUV142.41109.15174.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.92%
GREEN value IS 116 (45.70% from 255) = 26.85%
BLUE value IS 109 (42.97% from 255) = 25.23%
R=47.92%
G=26.85%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711610900.440.470.194.2950.5261.96
HexCF746D02C2F134333e
Octal317164155054572346376
Binary1100111111101001101101010110010111110011100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF746D; }

 p { color: rgb(207,116,109); }

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

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

 a { background-color: rgb(207,116,109); }

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

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

 span { border-color: rgb(207,116,109); }

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