#CB796F

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

Shades of Contessa #CB796F

Tints of Contessa #CB796F

Color information

#CB796F (or 0xCB796F) is unknown color: approx Contessa. HEX triplet: CB, 79 and 6F. RGB value is (203,121,111). Sum of RGB (Red+Green+Blue) = 203+121+111=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB796F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB796F is #348690. Grayscale: #909090. Windows color (decimal): -3442321 or 7305675. OLE color: 7305675.

HSL color Cylindrical-coordinate representation of color #CB796F: hue angle of 6.52º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB796F is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB203121111-
CMYK00.400.450.20
HSL6.52º46.94%61.57%-
HSV(B)6.52º45.32%79.61%-
XYZ34.3427.5218.54-
YUV144.38109.17169.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.67%
GREEN value IS 121 (47.66% from 255) = 27.82%
BLUE value IS 111 (43.75% from 255) = 25.52%
R=46.67%
G=27.82%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312111100.400.450.206.5246.9461.57
HexCB796F0282D1472f3e
Octal313171157050552475776
Binary1100101111110011101111010100010110110100111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB796F; }

 p { color: rgb(203,121,111); }

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

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

 a { background-color: rgb(203,121,111); }

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

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

 span { border-color: rgb(203,121,111); }

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