Html Css Color HEX #C47160 Contessa

📋 copy color: '#C47160'

red 196 ◦ green 113 ◦ blue 96

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

Shades of Contessa #C47160

Tints of Contessa #C47160

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.9%

 BLUE value IS 96 (37.89% from 255) = 23.7%

R = 48.4%
G = 27.9%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C47160 (or 0xC47160) is known color: Contessa. HEX triplet: C4, 71 and 60. RGB value is (196,113,96). Sum of RGB (Red+Green+Blue) = 196+113+96=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C47160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47160 is #3B8E9F. Grayscale: #888888. Windows color (decimal): -3903136 or 6320580. OLE color: 6320580.

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

Color convert

RGB 196 113 96 -
CMYK 0 0.42 0.51 0.23
HSL 10.2º 0.46% 0.57% -
HSV(B) 10.2º 0.51% 0.77% -
XYZ 30.78 24.39 14.15 -
YUV 135.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 196 113 96 0 0.42 0.51 0.23 10.2 0.46 0.57
Hex C4 71 60 0 2A 33 17 A 2E 39
Octal 304 161 140 0 52 63 27 12 56 71
Binary 11000100 1110001 1100000 0 101010 110011 10111 1010 101110 111001

Color Harmonies of #C47160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47160

Black with #C47160

Text Example


Text Example

White with #C47160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47160; }

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

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

background-color css

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

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

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

border-color css

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

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

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