Html Css Color HEX #C47074 Charm

📋 copy color: '#C47074'

red 196 ◦ green 112 ◦ blue 116

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

Shades of Charm #C47074

Tints of Charm #C47074

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.42%

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

R = 46.23%
G = 26.42%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C47074 (or 0xC47074) is known color: Charm. HEX triplet: C4, 70 and 74. RGB value is (196,112,116). Sum of RGB (Red+Green+Blue) = 196+112+116=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C47074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47074 is #3B8F8B. Grayscale: #898989. Windows color (decimal): -3903372 or 7631044. OLE color: 7631044.

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

Color convert

RGB 196 112 116 -
CMYK 0 0.43 0.41 0.23
HSL 357.14º 0.42% 0.6% -
HSV(B) 357.14º 0.43% 0.77% -
XYZ 31.71 24.59 19.6 -
YUV 137.57 115.83 169.67 -
System Red Green Blue C M Y K H S L
Decimal 196 112 116 0 0.43 0.41 0.23 357.14 0.42 0.6
Hex C4 70 74 0 2B 29 17 165 2A 3C
Octal 304 160 164 0 53 51 27 545 52 74
Binary 11000100 1110000 1110100 0 101011 101001 10111 101100101 101010 111100

Color Harmonies of #C47074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47074

Black with #C47074

Text Example


Text Example

White with #C47074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47074; }

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

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

background-color css

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

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

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

border-color css

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

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

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