Html Css Color HEX #C47384 Charm

📋 copy color: '#C47384'

red 196 ◦ green 115 ◦ blue 132

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

Shades of Charm #C47384

Tints of Charm #C47384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.96%

 BLUE value IS 132 (51.95% from 255) = 29.8%

R = 44.24%
G = 25.96%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C47384 (or 0xC47384) is known color: Charm. HEX triplet: C4, 73 and 84. RGB value is (196,115,132). Sum of RGB (Red+Green+Blue) = 196+115+132=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C47384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47384 is #3B8C7B. Grayscale: #8D8D8D. Windows color (decimal): -3902588 or 8680388. OLE color: 8680388.

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

Color convert

RGB 196 115 132 -
CMYK 0 0.41 0.33 0.23
HSL 347.41º 0.41% 0.61% -
HSV(B) 347.41º 0.41% 0.77% -
XYZ 33.06 25.66 25.04 -
YUV 141.16 122.84 167.12 -
System Red Green Blue C M Y K H S L
Decimal 196 115 132 0 0.41 0.33 0.23 347.41 0.41 0.61
Hex C4 73 84 0 29 21 17 15B 29 3D
Octal 304 163 204 0 51 41 27 533 51 75
Binary 11000100 1110011 10000100 0 101001 100001 10111 101011011 101001 111101

Color Harmonies of #C47384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47384

Black with #C47384

Text Example


Text Example

White with #C47384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47384; }

 p { color: rgb(196,115,132); }

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

background-color css

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

 a { background-color: rgb(196,115,132); }

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

border-color css

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

 span { border-color: rgb(196,115,132); }

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