Html Css Color HEX #C47C74 Contessa

📋 copy color: '#C47C74'

red 196 ◦ green 124 ◦ blue 116

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

Shades of Contessa #C47C74

Tints of Contessa #C47C74

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.44%

 BLUE value IS 116 (45.7% from 255) = 26.61%

R = 44.95%
G = 28.44%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C47C74 (or 0xC47C74) is known color: Contessa. HEX triplet: C4, 7C and 74. RGB value is (196,124,116). Sum of RGB (Red+Green+Blue) = 196+124+116=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47C74 is #3B838B. Grayscale: #909090. Windows color (decimal): -3900300 or 7634116. OLE color: 7634116.

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

Color convert

RGB 196 124 116 -
CMYK 0 0.37 0.41 0.23
HSL 0.4% 0.61% -
HSV(B) 0.41% 0.77% -
XYZ 33.12 27.41 20.07 -
YUV 144.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 196 124 116 0 0.37 0.41 0.23 6 0.4 0.61
Hex C4 7C 74 0 25 29 17 6 28 3D
Octal 304 174 164 0 45 51 27 6 50 75
Binary 11000100 1111100 1110100 0 100101 101001 10111 110 101000 111101

Color Harmonies of #C47C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C74

Black with #C47C74

Text Example


Text Example

White with #C47C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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