Html Css Color HEX #C47086 Charm

📋 copy color: '#C47086'

red 196 ◦ green 112 ◦ blue 134

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

Shades of Charm #C47086

Tints of Charm #C47086

RGB

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

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

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

R = 44.34%
G = 25.34%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C47086 (or 0xC47086) is known color: Charm. HEX triplet: C4, 70 and 86. RGB value is (196,112,134). Sum of RGB (Red+Green+Blue) = 196+112+134=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C47086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47086 is #3B8F79. Grayscale: #8B8B8B. Windows color (decimal): -3903354 or 8810692. OLE color: 8810692.

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

Color convert

RGB 196 112 134 -
CMYK 0 0.43 0.32 0.23
HSL 344.29º 0.42% 0.6% -
HSV(B) 344.29º 0.43% 0.77% -
XYZ 32.86 25.05 25.66 -
YUV 139.62 124.83 168.21 -
System Red Green Blue C M Y K H S L
Decimal 196 112 134 0 0.43 0.32 0.23 344.29 0.42 0.6
Hex C4 70 86 0 2B 20 17 158 2A 3C
Octal 304 160 206 0 53 40 27 530 52 74
Binary 11000100 1110000 10000110 0 101011 100000 10111 101011000 101010 111100

Color Harmonies of #C47086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47086

Black with #C47086

Text Example


Text Example

White with #C47086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47086; }

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

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

background-color css

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

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

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

border-color css

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

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

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