Html Css Color HEX #C47082 Charm

📋 copy color: '#C47082'

red 196 ◦ green 112 ◦ blue 130

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

Shades of Charm #C47082

Tints of Charm #C47082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.68%

R = 44.75%
G = 25.57%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C47082 (or 0xC47082) is known color: Charm. HEX triplet: C4, 70 and 82. RGB value is (196,112,130). Sum of RGB (Red+Green+Blue) = 196+112+130=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C47082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47082 is #3B8F7D. Grayscale: #8B8B8B. Windows color (decimal): -3903358 or 8548548. OLE color: 8548548.

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

Color convert

RGB 196 112 130 -
CMYK 0 0.43 0.34 0.23
HSL 347.14º 0.42% 0.6% -
HSV(B) 347.14º 0.43% 0.77% -
XYZ 32.59 24.94 24.21 -
YUV 139.17 122.83 168.54 -
System Red Green Blue C M Y K H S L
Decimal 196 112 130 0 0.43 0.34 0.23 347.14 0.42 0.6
Hex C4 70 82 0 2B 22 17 15B 2A 3C
Octal 304 160 202 0 53 42 27 533 52 74
Binary 11000100 1110000 10000010 0 101011 100010 10111 101011011 101010 111100

Color Harmonies of #C47082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47082

Black with #C47082

Text Example


Text Example

White with #C47082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47082; }

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

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

background-color css

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

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

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

border-color css

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

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

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