Html Css Color HEX #CB7371 Contessa

📋 copy color: '#CB7371'

red 203 ◦ green 115 ◦ blue 113

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

Shades of Contessa #CB7371

Tints of Contessa #CB7371

RGB

 RED value IS 203 (79.69% from 255) = 47.1%

 GREEN value IS 115 (45.31% from 255) = 26.68%

 BLUE value IS 113 (44.53% from 255) = 26.22%

R = 47.1%
G = 26.68%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB7371 (or 0xCB7371) is known color: Contessa. HEX triplet: CB, 73 and 71. RGB value is (203,115,113). Sum of RGB (Red+Green+Blue) = 203+115+113=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7371 is #348C8E. Grayscale: #8D8D8D. Windows color (decimal): -3443855 or 7435211. OLE color: 7435211.

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

Color convert

RGB 203 115 113 -
CMYK 0 0.43 0.44 0.20
HSL 1.33º 0.46% 0.62% -
HSV(B) 1.33º 0.44% 0.8% -
XYZ 33.74 26.15 18.89 -
YUV 141.08 112.15 172.16 -
System Red Green Blue C M Y K H S L
Decimal 203 115 113 0 0.43 0.44 0.20 1.33 0.46 0.62
Hex CB 73 71 0 2B 2C 14 1 2E 3E
Octal 313 163 161 0 53 54 24 1 56 76
Binary 11001011 1110011 1110001 0 101011 101100 10100 1 101110 111110

Color Harmonies of #CB7371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7371

Black with #CB7371

Text Example


Text Example

White with #CB7371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7371; }

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

 H1.HeaderClassName
 {
   color: #CB7371;
 }
 .AnyTagClassName
 {
   color: #CB7371;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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