Html Css Color HEX #C47886 Charm

📋 copy color: '#C47886'

red 196 ◦ green 120 ◦ blue 134

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

Shades of Charm #C47886

Tints of Charm #C47886

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.67%

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

R = 43.56%
G = 26.67%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C47886 (or 0xC47886) is known color: Charm. HEX triplet: C4, 78 and 86. RGB value is (196,120,134). Sum of RGB (Red+Green+Blue) = 196+120+134=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C47886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47886 is #3B8779. Grayscale: #909090. Windows color (decimal): -3901306 or 8812740. OLE color: 8812740.

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

Color convert

RGB 196 120 134 -
CMYK 0 0.39 0.32 0.23
HSL 348.95º 0.39% 0.62% -
HSV(B) 348.95º 0.39% 0.77% -
XYZ 33.78 26.89 25.96 -
YUV 144.32 122.18 164.86 -
System Red Green Blue C M Y K H S L
Decimal 196 120 134 0 0.39 0.32 0.23 348.95 0.39 0.62
Hex C4 78 86 0 27 20 17 15D 27 3E
Octal 304 170 206 0 47 40 27 535 47 76
Binary 11000100 1111000 10000110 0 100111 100000 10111 101011101 100111 111110

Color Harmonies of #C47886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47886

Black with #C47886

Text Example


Text Example

White with #C47886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47886; }

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

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

background-color css

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

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

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

border-color css

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

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

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