Html Css Color HEX #C47473 Contessa

📋 copy color: '#C47473'

red 196 ◦ green 116 ◦ blue 115

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

Shades of Contessa #C47473

Tints of Contessa #C47473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.93%

R = 45.9%
G = 27.17%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C47473 (or 0xC47473) is known color: Contessa. HEX triplet: C4, 74 and 73. RGB value is (196,116,115). Sum of RGB (Red+Green+Blue) = 196+116+115=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C47473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47473 is #3B8B8C. Grayscale: #8B8B8B. Windows color (decimal): -3902349 or 7566532. OLE color: 7566532.

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

Color convert

RGB 196 116 115 -
CMYK 0 0.41 0.41 0.23
HSL 0.74º 0.41% 0.61% -
HSV(B) 0.74º 0.41% 0.77% -
XYZ 32.1 25.46 19.44 -
YUV 139.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 196 116 115 0 0.41 0.41 0.23 0.74 0.41 0.61
Hex C4 74 73 0 29 29 17 1 29 3D
Octal 304 164 163 0 51 51 27 1 51 75
Binary 11000100 1110100 1110011 0 101001 101001 10111 1 101001 111101

Color Harmonies of #C47473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47473

Black with #C47473

Text Example


Text Example

White with #C47473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47473; }

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

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

background-color css

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

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

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

border-color css

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

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

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