Html Css Color HEX #C47470 Contessa

📋 copy color: '#C47470'

red 196 ◦ green 116 ◦ blue 112

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

Shades of Contessa #C47470

Tints of Contessa #C47470

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.36%

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

R = 46.23%
G = 27.36%
B = 26.42%

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

#C47470 (or 0xC47470) is known color: Contessa. HEX triplet: C4, 74 and 70. RGB value is (196,116,112). Sum of RGB (Red+Green+Blue) = 196+116+112=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C47470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47470 is #3B8B8F. Grayscale: #8B8B8B. Windows color (decimal): -3902352 or 7369924. OLE color: 7369924.

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

Color convert

RGB 196 116 112 -
CMYK 0 0.41 0.43 0.23
HSL 2.86º 0.42% 0.6% -
HSV(B) 2.86º 0.43% 0.77% -
XYZ 31.93 25.4 18.55 -
YUV 139.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 196 116 112 0 0.41 0.43 0.23 2.86 0.42 0.6
Hex C4 74 70 0 29 2B 17 3 2A 3C
Octal 304 164 160 0 51 53 27 3 52 74
Binary 11000100 1110100 1110000 0 101001 101011 10111 11 101010 111100

Color Harmonies of #C47470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47470

Black with #C47470

Text Example


Text Example

White with #C47470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47470; }

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

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

background-color css

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

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

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

border-color css

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

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

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