Html Css Color HEX #C47261 Contessa

📋 copy color: '#C47261'

red 196 ◦ green 114 ◦ blue 97

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

Shades of Contessa #C47261

Tints of Contessa #C47261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.01%

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

R = 48.16%
G = 28.01%
B = 23.83%

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

#C47261 (or 0xC47261) is known color: Contessa. HEX triplet: C4, 72 and 61. RGB value is (196,114,97). Sum of RGB (Red+Green+Blue) = 196+114+97=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C47261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47261 is #3B8D9E. Grayscale: #888888. Windows color (decimal): -3902879 or 6386372. OLE color: 6386372.

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

Color convert

RGB 196 114 97 -
CMYK 0 0.42 0.51 0.23
HSL 10.3º 0.46% 0.57% -
HSV(B) 10.3º 0.51% 0.77% -
XYZ 30.94 24.63 14.43 -
YUV 136.58 105.67 170.38 -
System Red Green Blue C M Y K H S L
Decimal 196 114 97 0 0.42 0.51 0.23 10.3 0.46 0.57
Hex C4 72 61 0 2A 33 17 A 2E 39
Octal 304 162 141 0 52 63 27 12 56 71
Binary 11000100 1110010 1100001 0 101010 110011 10111 1010 101110 111001

Color Harmonies of #C47261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47261

Black with #C47261

Text Example


Text Example

White with #C47261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47261; }

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

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

background-color css

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

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

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

border-color css

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

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

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