#CF796B

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

Shades of Contessa #CF796B

Tints of Contessa #CF796B

Color information

#CF796B (or 0xCF796B) is unknown color: approx Contessa. HEX triplet: CF, 79 and 6B. RGB value is (207,121,107). Sum of RGB (Red+Green+Blue) = 207+121+107=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF796B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF796B is #308694. Grayscale: #919191. Windows color (decimal): -3180181 or 7043535. OLE color: 7043535.

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

Color convert

RGB207121107-
CMYK00.420.480.19
HSL8.4º51.02%61.57%-
HSV(B)8.4º48.31%81.18%-
XYZ35.222817.46-
YUV145.12106.49172.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.59%
GREEN value IS 121 (47.66% from 255) = 27.82%
BLUE value IS 107 (42.19% from 255) = 24.60%
R=47.59%
G=27.82%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712110700.420.480.198.451.0261.57
HexCF796B02A30138333e
Octal3171711530526023106376
Binary11001111111100111010110101010110000100111000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF796B; }

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

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

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

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

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

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

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

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