Html Css Color HEX #C46E7C Charm

📋 copy color: '#C46E7C'

red 196 ◦ green 110 ◦ blue 124

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

Shades of Charm #C46E7C

Tints of Charm #C46E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.84%

R = 45.58%
G = 25.58%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C46E7C (or 0xC46E7C) is known color: Charm. HEX triplet: C4, 6E and 7C. RGB value is (196,110,124). Sum of RGB (Red+Green+Blue) = 196+110+124=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46E7C is #3B9183. Grayscale: #898989. Windows color (decimal): -3903876 or 8154820. OLE color: 8154820.

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

Color convert

RGB 196 110 124 -
CMYK 0 0.44 0.37 0.23
HSL 350.23º 0.42% 0.6% -
HSV(B) 350.23º 0.44% 0.77% -
XYZ 31.98 24.34 22.08 -
YUV 137.31 120.49 169.86 -
System Red Green Blue C M Y K H S L
Decimal 196 110 124 0 0.44 0.37 0.23 350.23 0.42 0.6
Hex C4 6E 7C 0 2C 25 17 15E 2A 3C
Octal 304 156 174 0 54 45 27 536 52 74
Binary 11000100 1101110 1111100 0 101100 100101 10111 101011110 101010 111100

Color Harmonies of #C46E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46E7C

Black with #C46E7C

Text Example


Text Example

White with #C46E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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