#CB776E

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

Shades of Contessa #CB776E

Tints of Contessa #CB776E

Color information

#CB776E (or 0xCB776E) is unknown color: approx Contessa. HEX triplet: CB, 77 and 6E. RGB value is (203,119,110). Sum of RGB (Red+Green+Blue) = 203+119+110=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB776E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB776E is #348891. Grayscale: #8F8F8F. Windows color (decimal): -3442834 or 7239627. OLE color: 7239627.

HSL color Cylindrical-coordinate representation of color #CB776E: hue angle of 5.81º 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 #CB776E is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB203119110-
CMYK00.410.460.20
HSL5.81º47.21%61.37%-
HSV(B)5.81º45.81%79.61%-
XYZ34.0427.0218.17-
YUV143.09109.33170.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.99%
GREEN value IS 119 (46.88% from 255) = 27.55%
BLUE value IS 110 (43.36% from 255) = 25.46%
R=46.99%
G=27.55%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311911000.410.460.205.8147.2161.37
HexCB776E0292E1462f3d
Octal313167156051562465775
Binary1100101111101111101110010100110111010100110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB776E; }

 p { color: rgb(203,119,110); }

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

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

 a { background-color: rgb(203,119,110); }

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

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

 span { border-color: rgb(203,119,110); }

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