Html Css Color HEX #C47371 Contessa

📋 copy color: '#C47371'

red 196 ◦ green 115 ◦ blue 113

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

Shades of Contessa #C47371

Tints of Contessa #C47371

RGB

 RED value IS 196 (76.95% from 255) = 46.23%

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

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

R = 46.23%
G = 27.12%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C47371 (or 0xC47371) is known color: Contessa. HEX triplet: C4, 73 and 71. RGB value is (196,115,113). Sum of RGB (Red+Green+Blue) = 196+115+113=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C47371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47371 is #3B8C8E. Grayscale: #8B8B8B. Windows color (decimal): -3902607 or 7435204. OLE color: 7435204.

HSL color Cylindrical-coordinate representation of color #C47371: hue angle of 1.45º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C47371 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 115 113 -
CMYK 0 0.41 0.42 0.23
HSL 1.45º 0.41% 0.61% -
HSV(B) 1.45º 0.42% 0.77% -
XYZ 31.88 25.19 18.8 -
YUV 138.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 196 115 113 0 0.41 0.42 0.23 1.45 0.41 0.61
Hex C4 73 71 0 29 2A 17 1 29 3D
Octal 304 163 161 0 51 52 27 1 51 75
Binary 11000100 1110011 1110001 0 101001 101010 10111 1 101001 111101

Color Harmonies of #C47371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47371

Black with #C47371

Text Example


Text Example

White with #C47371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47371; }

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

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

background-color css

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

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

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

border-color css

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

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

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