Html Css Color HEX #C47271 Contessa

📋 copy color: '#C47271'

red 196 ◦ green 114 ◦ blue 113

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

Shades of Contessa #C47271

Tints of Contessa #C47271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.95%

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

R = 46.34%
G = 26.95%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C47271 (or 0xC47271) is known color: Contessa. HEX triplet: C4, 72 and 71. RGB value is (196,114,113). Sum of RGB (Red+Green+Blue) = 196+114+113=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C47271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47271 is #3B8D8E. Grayscale: #8A8A8A. Windows color (decimal): -3902863 or 7434948. OLE color: 7434948.

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

Color convert

RGB 196 114 113 -
CMYK 0 0.42 0.42 0.23
HSL 0.72º 0.41% 0.61% -
HSV(B) 0.72º 0.42% 0.77% -
XYZ 31.76 24.96 18.77 -
YUV 138.4 113.67 169.08 -
System Red Green Blue C M Y K H S L
Decimal 196 114 113 0 0.42 0.42 0.23 0.72 0.41 0.61
Hex C4 72 71 0 2A 2A 17 1 29 3D
Octal 304 162 161 0 52 52 27 1 51 75
Binary 11000100 1110010 1110001 0 101010 101010 10111 1 101001 111101

Color Harmonies of #C47271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47271

Black with #C47271

Text Example


Text Example

White with #C47271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47271; }

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

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

background-color css

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

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

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

border-color css

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

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

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