#CF796D

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

Shades of Contessa #CF796D

Tints of Contessa #CF796D

Color information

#CF796D (or 0xCF796D) is unknown color: approx Contessa. HEX triplet: CF, 79 and 6D. RGB value is (207,121,109). Sum of RGB (Red+Green+Blue) = 207+121+109=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF796D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF796D is #308692. Grayscale: #919191. Windows color (decimal): -3180179 or 7174607. OLE color: 7174607.

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

Color convert

RGB207121109-
CMYK00.420.470.19
HSL7.35º50.52%61.96%-
HSV(B)7.35º47.34%81.18%-
XYZ35.3328.0418.02-
YUV145.35107.49171.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.37%
GREEN value IS 121 (47.66% from 255) = 27.69%
BLUE value IS 109 (42.97% from 255) = 24.94%
R=47.37%
G=27.69%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712110900.420.470.197.3550.5261.96
HexCF796D02A2F137333e
Octal317171155052572376376
Binary1100111111110011101101010101010111110011111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF796D; }

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

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

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

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

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

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

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

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