Html Css Color HEX #CB7971 Contessa

📋 copy color: '#CB7971'

red 203 ◦ green 121 ◦ blue 113

#CB7971
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Contessa #CB7971

Tints of Contessa #CB7971

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 value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB7971 (or 0xCB7971) is known color: 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

RGB 203 121 113 -
CMYK 0 0.40 0.44 0.20
HSL 5.33º 0.46% 0.62% -
HSV(B) 5.33º 0.44% 0.8% -
XYZ 34.45 27.56 19.13 -
YUV 144.61 110.17 169.65 -
System Red Green Blue C M Y K H S L
Decimal 203 121 113 0 0.40 0.44 0.20 5.33 0.46 0.62
Hex CB 79 71 0 28 2C 14 5 2E 3E
Octal 313 171 161 0 50 54 24 5 56 76
Binary 11001011 1111001 1110001 0 101000 101100 10100 101 101110 111110

Color Harmonies of #CB7971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7971

Black with #CB7971

Text Example


Text Example

White with #CB7971

Text Example


Text Example

HTML Codes & Css Web 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>