#CB796D

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

Shades of Contessa #CB796D

Tints of Contessa #CB796D

Color information

#CB796D (or 0xCB796D) is unknown color: approx Contessa. HEX triplet: CB, 79 and 6D. RGB value is (203,121,109). Sum of RGB (Red+Green+Blue) = 203+121+109=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB796D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB796D is #348692. Grayscale: #909090. Windows color (decimal): -3442323 or 7174603. OLE color: 7174603.

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

Color convert

RGB203121109-
CMYK00.400.460.20
HSL7.66º47.47%61.18%-
HSV(B)7.66º46.31%79.61%-
XYZ34.2327.4817.97-
YUV144.15108.17169.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.88%
GREEN value IS 121 (47.66% from 255) = 27.94%
BLUE value IS 109 (42.97% from 255) = 25.17%
R=46.88%
G=27.94%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312110900.400.460.207.6647.4761.18
HexCB796D0282E1482f3d
Octal3131711550505624105775
Binary11001011111100111011010101000101110101001000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB796D; }

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

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

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

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

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

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

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

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