#CB7171

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

Shades of Contessa #CB7171

Tints of Contessa #CB7171

Color information

#CB7171 (or 0xCB7171) is unknown color: approx Contessa. HEX triplet: CB, 71 and 71. RGB value is (203,113,113). Sum of RGB (Red+Green+Blue) = 203+113+113=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7171 is #348E8E. Grayscale: #8C8C8C. Windows color (decimal): -3444367 or 7434699. OLE color: 7434699.

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

Color convert

RGB203113113-
CMYK00.440.440.20
HSL46.39%61.96%-
HSV(B)44.33%79.61%-
XYZ33.5125.718.82-
YUV139.91112.82173-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.32%
GREEN value IS 113 (44.53% from 255) = 26.34%
BLUE value IS 113 (44.53% from 255) = 26.34%
R=47.32%
G=26.34%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311311300.440.440.20046.3961.96
HexCB717102C2C1402e3e
Octal313161161054542405676
Binary11001011111000111100010101100101100101000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7171; }

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

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

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

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

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

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

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

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