Html Css Color HEX #CB7471 Contessa

📋 copy color: '#CB7471'

red 203 ◦ green 116 ◦ blue 113

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

Shades of Contessa #CB7471

Tints of Contessa #CB7471

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.85%

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

R = 46.99%
G = 26.85%
B = 26.16%

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

#CB7471 (or 0xCB7471) is known color: Contessa. HEX triplet: CB, 74 and 71. RGB value is (203,116,113). Sum of RGB (Red+Green+Blue) = 203+116+113=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7471 is #348B8E. Grayscale: #8D8D8D. Windows color (decimal): -3443599 or 7435467. OLE color: 7435467.

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

Color convert

RGB 203 116 113 -
CMYK 0 0.43 0.44 0.20
HSL 0.46% 0.62% -
HSV(B) 0.44% 0.8% -
XYZ 33.85 26.38 18.93 -
YUV 141.67 111.82 171.74 -
System Red Green Blue C M Y K H S L
Decimal 203 116 113 0 0.43 0.44 0.20 2 0.46 0.62
Hex CB 74 71 0 2B 2C 14 2 2E 3E
Octal 313 164 161 0 53 54 24 2 56 76
Binary 11001011 1110100 1110001 0 101011 101100 10100 10 101110 111110

Color Harmonies of #CB7471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7471

Black with #CB7471

Text Example


Text Example

White with #CB7471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7471; }

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

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

background-color css

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

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

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

border-color css

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

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

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