Html Css Color HEX #C47370 Contessa

📋 copy color: '#C47370'

red 196 ◦ green 115 ◦ blue 112

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

Shades of Contessa #C47370

Tints of Contessa #C47370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.48%

R = 46.34%
G = 27.19%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C47370 (or 0xC47370) is known color: Contessa. HEX triplet: C4, 73 and 70. RGB value is (196,115,112). Sum of RGB (Red+Green+Blue) = 196+115+112=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C47370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47370 is #3B8C8F. Grayscale: #8A8A8A. Windows color (decimal): -3902608 or 7369668. OLE color: 7369668.

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

Color convert

RGB 196 115 112 -
CMYK 0 0.41 0.43 0.23
HSL 2.14º 0.42% 0.6% -
HSV(B) 2.14º 0.43% 0.77% -
XYZ 31.82 25.17 18.51 -
YUV 138.88 112.84 168.74 -
System Red Green Blue C M Y K H S L
Decimal 196 115 112 0 0.41 0.43 0.23 2.14 0.42 0.6
Hex C4 73 70 0 29 2B 17 2 2A 3C
Octal 304 163 160 0 51 53 27 2 52 74
Binary 11000100 1110011 1110000 0 101001 101011 10111 10 101010 111100

Color Harmonies of #C47370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47370

Black with #C47370

Text Example


Text Example

White with #C47370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47370; }

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

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

background-color css

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

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

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

border-color css

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

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

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