Html Css Color HEX #C46D80 Charm

📋 copy color: '#C46D80'

red 196 ◦ green 109 ◦ blue 128

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

Shades of Charm #C46D80

Tints of Charm #C46D80

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.17%

 BLUE value IS 128 (50.39% from 255) = 29.56%

R = 45.27%
G = 25.17%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C46D80 (or 0xC46D80) is known color: Charm. HEX triplet: C4, 6D and 80. RGB value is (196,109,128). Sum of RGB (Red+Green+Blue) = 196+109+128=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46D80 is #3B927F. Grayscale: #898989. Windows color (decimal): -3904128 or 8416708. OLE color: 8416708.

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

Color convert

RGB 196 109 128 -
CMYK 0 0.44 0.35 0.23
HSL 346.9º 0.42% 0.6% -
HSV(B) 346.9º 0.44% 0.77% -
XYZ 32.13 24.23 23.41 -
YUV 137.18 122.82 169.96 -
System Red Green Blue C M Y K H S L
Decimal 196 109 128 0 0.44 0.35 0.23 346.9 0.42 0.6
Hex C4 6D 80 0 2C 23 17 15B 2A 3C
Octal 304 155 200 0 54 43 27 533 52 74
Binary 11000100 1101101 10000000 0 101100 100011 10111 101011011 101010 111100

Color Harmonies of #C46D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46D80

Black with #C46D80

Text Example


Text Example

White with #C46D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46D80; }

 p { color: rgb(196,109,128); }

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

background-color css

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

 a { background-color: rgb(196,109,128); }

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

border-color css

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

 span { border-color: rgb(196,109,128); }

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