Html Css Color HEX #C47076 Charm

📋 copy color: '#C47076'

red 196 ◦ green 112 ◦ blue 118

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

Shades of Charm #C47076

Tints of Charm #C47076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.7%

R = 46.01%
G = 26.29%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C47076 (or 0xC47076) is known color: Charm. HEX triplet: C4, 70 and 76. RGB value is (196,112,118). Sum of RGB (Red+Green+Blue) = 196+112+118=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C47076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47076 is #3B8F89. Grayscale: #898989. Windows color (decimal): -3903370 or 7762116. OLE color: 7762116.

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

Color convert

RGB 196 112 118 -
CMYK 0 0.43 0.40 0.23
HSL 355.71º 0.42% 0.6% -
HSV(B) 355.71º 0.43% 0.77% -
XYZ 31.83 24.63 20.22 -
YUV 137.8 116.83 169.51 -
System Red Green Blue C M Y K H S L
Decimal 196 112 118 0 0.43 0.40 0.23 355.71 0.42 0.6
Hex C4 70 76 0 2B 28 17 164 2A 3C
Octal 304 160 166 0 53 50 27 544 52 74
Binary 11000100 1110000 1110110 0 101011 101000 10111 101100100 101010 111100

Color Harmonies of #C47076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47076

Black with #C47076

Text Example


Text Example

White with #C47076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47076; }

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

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

background-color css

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

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

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

border-color css

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

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

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