Html Css Color HEX #C47070 Contessa

📋 copy color: '#C47070'

red 196 ◦ green 112 ◦ blue 112

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

Shades of Contessa #C47070

Tints of Contessa #C47070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.67%

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

R = 46.67%
G = 26.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C47070 (or 0xC47070) is known color: Contessa. HEX triplet: C4, 70 and 70. RGB value is (196,112,112). Sum of RGB (Red+Green+Blue) = 196+112+112=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C47070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47070 is #3B8F8F. Grayscale: #898989. Windows color (decimal): -3903376 or 7368900. OLE color: 7368900.

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

Color convert

RGB 196 112 112 -
CMYK 0 0.43 0.43 0.23
HSL 0.42% 0.6% -
HSV(B) 0.43% 0.77% -
XYZ 31.48 24.49 18.4 -
YUV 137.12 113.83 170 -
System Red Green Blue C M Y K H S L
Decimal 196 112 112 0 0.43 0.43 0.23 0 0.42 0.6
Hex C4 70 70 0 2B 2B 17 0 2A 3C
Octal 304 160 160 0 53 53 27 0 52 74
Binary 11000100 1110000 1110000 0 101011 101011 10111 0 101010 111100

Color Harmonies of #C47070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47070

Black with #C47070

Text Example


Text Example

White with #C47070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47070; }

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

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

background-color css

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

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

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

border-color css

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

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

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