Html Css Color HEX #C47686 Charm

📋 copy color: '#C47686'

red 196 ◦ green 118 ◦ blue 134

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

Shades of Charm #C47686

Tints of Charm #C47686

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.34%

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

R = 43.75%
G = 26.34%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C47686 (or 0xC47686) is known color: Charm. HEX triplet: C4, 76 and 86. RGB value is (196,118,134). Sum of RGB (Red+Green+Blue) = 196+118+134=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C47686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47686 is #3B8979. Grayscale: #8F8F8F. Windows color (decimal): -3901818 or 8812228. OLE color: 8812228.

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

Color convert

RGB 196 118 134 -
CMYK 0 0.40 0.32 0.23
HSL 347.69º 0.4% 0.62% -
HSV(B) 347.69º 0.4% 0.77% -
XYZ 33.55 26.41 25.88 -
YUV 143.15 122.84 165.7 -
System Red Green Blue C M Y K H S L
Decimal 196 118 134 0 0.40 0.32 0.23 347.69 0.4 0.62
Hex C4 76 86 0 28 20 17 15C 28 3E
Octal 304 166 206 0 50 40 27 534 50 76
Binary 11000100 1110110 10000110 0 101000 100000 10111 101011100 101000 111110

Color Harmonies of #C47686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47686

Black with #C47686

Text Example


Text Example

White with #C47686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47686; }

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

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

background-color css

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

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

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

border-color css

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

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

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