Html Css Color HEX #C47161 Contessa

📋 copy color: '#C47161'

red 196 ◦ green 113 ◦ blue 97

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

Shades of Contessa #C47161

Tints of Contessa #C47161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.89%

R = 48.28%
G = 27.83%
B = 23.89%

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

#C47161 (or 0xC47161) is known color: Contessa. HEX triplet: C4, 71 and 61. RGB value is (196,113,97). Sum of RGB (Red+Green+Blue) = 196+113+97=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C47161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47161 is #3B8E9E. Grayscale: #888888. Windows color (decimal): -3903135 or 6386116. OLE color: 6386116.

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

Color convert

RGB 196 113 97 -
CMYK 0 0.42 0.51 0.23
HSL 9.7º 0.46% 0.57% -
HSV(B) 9.7º 0.51% 0.77% -
XYZ 30.83 24.41 14.4 -
YUV 135.99 106 170.8 -
System Red Green Blue C M Y K H S L
Decimal 196 113 97 0 0.42 0.51 0.23 9.7 0.46 0.57
Hex C4 71 61 0 2A 33 17 A 2E 39
Octal 304 161 141 0 52 63 27 12 56 71
Binary 11000100 1110001 1100001 0 101010 110011 10111 1010 101110 111001

Color Harmonies of #C47161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47161

Black with #C47161

Text Example


Text Example

White with #C47161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47161; }

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

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

background-color css

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

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

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

border-color css

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

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

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