#CB7971

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

Shades of Contessa #CB7971

Tints of Contessa #CB7971

Color information

#CB7971 (or 0xCB7971) is unknown color: approx Contessa. HEX triplet: CB, 79 and 71. RGB value is (203,121,113). Sum of RGB (Red+Green+Blue) = 203+121+113=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7971 is #34868E. Grayscale: #909090. Windows color (decimal): -3442319 or 7436747. OLE color: 7436747.

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

Color convert

RGB203121113-
CMYK00.400.440.20
HSL5.33º46.39%61.96%-
HSV(B)5.33º44.33%79.61%-
XYZ34.4527.5619.13-
YUV144.61110.17169.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.45%
GREEN value IS 121 (47.66% from 255) = 27.69%
BLUE value IS 113 (44.53% from 255) = 25.86%
R=46.45%
G=27.69%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312111300.400.440.205.3346.3961.96
HexCB79710282C1452e3e
Octal313171161050542455676
Binary1100101111110011110001010100010110010100101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7971; }

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

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

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

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

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

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

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

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