Html Css Color HEX #C47186 Charm

📋 copy color: '#C47186'

red 196 ◦ green 113 ◦ blue 134

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

Shades of Charm #C47186

Tints of Charm #C47186

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.51%

 BLUE value IS 134 (52.73% from 255) = 30.25%

R = 44.24%
G = 25.51%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C47186 (or 0xC47186) is known color: Charm. HEX triplet: C4, 71 and 86. RGB value is (196,113,134). Sum of RGB (Red+Green+Blue) = 196+113+134=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C47186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47186 is #3B8E79. Grayscale: #8C8C8C. Windows color (decimal): -3903098 or 8810948. OLE color: 8810948.

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

Color convert

RGB 196 113 134 -
CMYK 0 0.42 0.32 0.23
HSL 344.82º 0.41% 0.61% -
HSV(B) 344.82º 0.42% 0.77% -
XYZ 32.97 25.27 25.69 -
YUV 140.21 124.5 167.79 -
System Red Green Blue C M Y K H S L
Decimal 196 113 134 0 0.42 0.32 0.23 344.82 0.41 0.61
Hex C4 71 86 0 2A 20 17 159 29 3D
Octal 304 161 206 0 52 40 27 531 51 75
Binary 11000100 1110001 10000110 0 101010 100000 10111 101011001 101001 111101

Color Harmonies of #C47186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47186

Black with #C47186

Text Example


Text Example

White with #C47186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47186; }

 p { color: rgb(196,113,134); }

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

background-color css

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

 a { background-color: rgb(196,113,134); }

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

border-color css

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

 span { border-color: rgb(196,113,134); }

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