Html Css Color HEX #C47E8A Charm

📋 copy color: '#C47E8A'

red 196 ◦ green 126 ◦ blue 138

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

Shades of Charm #C47E8A

Tints of Charm #C47E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30%

R = 42.61%
G = 27.39%
B = 30%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C47E8A (or 0xC47E8A) is known color: Charm. HEX triplet: C4, 7E and 8A. RGB value is (196,126,138). Sum of RGB (Red+Green+Blue) = 196+126+138=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47E8A is #3B8175. Grayscale: #949494. Windows color (decimal): -3899766 or 9076420. OLE color: 9076420.

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

Color convert

RGB 196 126 138 -
CMYK 0 0.36 0.30 0.23
HSL 349.71º 0.37% 0.63% -
HSV(B) 349.71º 0.36% 0.77% -
XYZ 34.81 28.49 27.71 -
YUV 148.3 122.19 162.02 -
System Red Green Blue C M Y K H S L
Decimal 196 126 138 0 0.36 0.30 0.23 349.71 0.37 0.63
Hex C4 7E 8A 0 24 1E 17 15E 25 3F
Octal 304 176 212 0 44 36 27 536 45 77
Binary 11000100 1111110 10001010 0 100100 11110 10111 101011110 100101 111111

Color Harmonies of #C47E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E8A

Black with #C47E8A

Text Example


Text Example

White with #C47E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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