Html Css Color HEX #C47D8F Charm

📋 copy color: '#C47D8F'

red 196 ◦ green 125 ◦ blue 143

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

Shades of Charm #C47D8F

Tints of Charm #C47D8F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.94%

 BLUE value IS 143 (56.25% from 255) = 30.82%

R = 42.24%
G = 26.94%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C47D8F (or 0xC47D8F) is known color: Charm. HEX triplet: C4, 7D and 8F. RGB value is (196,125,143). Sum of RGB (Red+Green+Blue) = 196+125+143=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47D8F is #3B8270. Grayscale: #949494. Windows color (decimal): -3900017 or 9403844. OLE color: 9403844.

HSL color Cylindrical-coordinate representation of color #C47D8F: hue angle of 344.79º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C47D8F is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 125 143 -
CMYK 0 0.36 0.27 0.23
HSL 344.79º 0.38% 0.63% -
HSV(B) 344.79º 0.36% 0.77% -
XYZ 35.06 28.39 29.62 -
YUV 148.28 125.02 162.04 -
System Red Green Blue C M Y K H S L
Decimal 196 125 143 0 0.36 0.27 0.23 344.79 0.38 0.63
Hex C4 7D 8F 0 24 1B 17 159 26 3F
Octal 304 175 217 0 44 33 27 531 46 77
Binary 11000100 1111101 10001111 0 100100 11011 10111 101011001 100110 111111

Color Harmonies of #C47D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47D8F

Black with #C47D8F

Text Example


Text Example

White with #C47D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47D8F; }

 p { color: rgb(196,125,143); }

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

background-color css

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

 a { background-color: rgb(196,125,143); }

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

border-color css

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

 span { border-color: rgb(196,125,143); }

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