Html Css Color HEX #C47970 Contessa

📋 copy color: '#C47970'

red 196 ◦ green 121 ◦ blue 112

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

Shades of Contessa #C47970

Tints of Contessa #C47970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.21%

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

R = 45.69%
G = 28.21%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C47970 (or 0xC47970) is known color: Contessa. HEX triplet: C4, 79 and 70. RGB value is (196,121,112). Sum of RGB (Red+Green+Blue) = 196+121+112=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C47970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47970 is #3B868F. Grayscale: #8E8E8E. Windows color (decimal): -3901072 or 7371204. OLE color: 7371204.

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

Color convert

RGB 196 121 112 -
CMYK 0 0.38 0.43 0.23
HSL 6.43º 0.42% 0.6% -
HSV(B) 6.43º 0.43% 0.77% -
XYZ 32.53 26.58 18.75 -
YUV 142.4 110.85 166.23 -
System Red Green Blue C M Y K H S L
Decimal 196 121 112 0 0.38 0.43 0.23 6.43 0.42 0.6
Hex C4 79 70 0 26 2B 17 6 2A 3C
Octal 304 171 160 0 46 53 27 6 52 74
Binary 11000100 1111001 1110000 0 100110 101011 10111 110 101010 111100

Color Harmonies of #C47970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47970

Black with #C47970

Text Example


Text Example

White with #C47970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47970; }

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

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

background-color css

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

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

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

border-color css

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

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

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