Html Css Color HEX #C46E7D Charm

📋 copy color: '#C46E7D'

red 196 ◦ green 110 ◦ blue 125

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

Shades of Charm #C46E7D

Tints of Charm #C46E7D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.52%

 BLUE value IS 125 (49.22% from 255) = 29%

R = 45.48%
G = 25.52%
B = 29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C46E7D (or 0xC46E7D) is known color: Charm. HEX triplet: C4, 6E and 7D. RGB value is (196,110,125). Sum of RGB (Red+Green+Blue) = 196+110+125=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46E7D is #3B9182. Grayscale: #898989. Windows color (decimal): -3903875 or 8220356. OLE color: 8220356.

HSL color Cylindrical-coordinate representation of color #C46E7D: hue angle of 349.53º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C46E7D is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 110 125 -
CMYK 0 0.44 0.36 0.23
HSL 349.53º 0.42% 0.6% -
HSV(B) 349.53º 0.44% 0.77% -
XYZ 32.04 24.37 22.42 -
YUV 137.42 120.99 169.78 -
System Red Green Blue C M Y K H S L
Decimal 196 110 125 0 0.44 0.36 0.23 349.53 0.42 0.6
Hex C4 6E 7D 0 2C 24 17 15E 2A 3C
Octal 304 156 175 0 54 44 27 536 52 74
Binary 11000100 1101110 1111101 0 101100 100100 10111 101011110 101010 111100

Color Harmonies of #C46E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46E7D

Black with #C46E7D

Text Example


Text Example

White with #C46E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46E7D; }

 p { color: rgb(196,110,125); }

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

background-color css

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

 a { background-color: rgb(196,110,125); }

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

border-color css

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

 span { border-color: rgb(196,110,125); }

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