Html Css Color HEX #C47E82 Charm

📋 copy color: '#C47E82'

red 196 ◦ green 126 ◦ blue 130

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

Shades of Charm #C47E82

Tints of Charm #C47E82

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.88%

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

R = 43.36%
G = 27.88%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C47E82 (or 0xC47E82) is known color: Charm. HEX triplet: C4, 7E and 82. RGB value is (196,126,130). Sum of RGB (Red+Green+Blue) = 196+126+130=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47E82 is #3B817D. Grayscale: #939393. Windows color (decimal): -3899774 or 8552132. OLE color: 8552132.

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

Color convert

RGB 196 126 130 -
CMYK 0 0.36 0.34 0.23
HSL 356.57º 0.37% 0.63% -
HSV(B) 356.57º 0.36% 0.77% -
XYZ 34.26 28.27 24.77 -
YUV 147.39 118.19 162.67 -
System Red Green Blue C M Y K H S L
Decimal 196 126 130 0 0.36 0.34 0.23 356.57 0.37 0.63
Hex C4 7E 82 0 24 22 17 165 25 3F
Octal 304 176 202 0 44 42 27 545 45 77
Binary 11000100 1111110 10000010 0 100100 100010 10111 101100101 100101 111111

Color Harmonies of #C47E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E82

Black with #C47E82

Text Example


Text Example

White with #C47E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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