Html Css Color HEX #C47984 Charm

📋 copy color: '#C47984'

red 196 ◦ green 121 ◦ blue 132

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

Shades of Charm #C47984

Tints of Charm #C47984

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.95%

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

R = 43.65%
G = 26.95%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C47984 (or 0xC47984) is known color: Charm. HEX triplet: C4, 79 and 84. RGB value is (196,121,132). Sum of RGB (Red+Green+Blue) = 196+121+132=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C47984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47984 is #3B867B. Grayscale: #909090. Windows color (decimal): -3901052 or 8681924. OLE color: 8681924.

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

Color convert

RGB 196 121 132 -
CMYK 0 0.38 0.33 0.23
HSL 351.2º 0.39% 0.62% -
HSV(B) 351.2º 0.38% 0.77% -
XYZ 33.77 27.08 25.28 -
YUV 144.68 120.85 164.61 -
System Red Green Blue C M Y K H S L
Decimal 196 121 132 0 0.38 0.33 0.23 351.2 0.39 0.62
Hex C4 79 84 0 26 21 17 15F 27 3E
Octal 304 171 204 0 46 41 27 537 47 76
Binary 11000100 1111001 10000100 0 100110 100001 10111 101011111 100111 111110

Color Harmonies of #C47984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47984

Black with #C47984

Text Example


Text Example

White with #C47984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47984; }

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

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

background-color css

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

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

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

border-color css

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

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

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