Html Css Color HEX #C46D7A Charm

📋 copy color: '#C46D7A'

red 196 ◦ green 109 ◦ blue 122

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

Shades of Charm #C46D7A

Tints of Charm #C46D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.57%

R = 45.9%
G = 25.53%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C46D7A (or 0xC46D7A) is known color: Charm. HEX triplet: C4, 6D and 7A. RGB value is (196,109,122). Sum of RGB (Red+Green+Blue) = 196+109+122=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46D7A is #3B9285. Grayscale: #888888. Windows color (decimal): -3904134 or 8023492. OLE color: 8023492.

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

Color convert

RGB 196 109 122 -
CMYK 0 0.44 0.38 0.23
HSL 351.03º 0.42% 0.6% -
HSV(B) 351.03º 0.44% 0.77% -
XYZ 31.75 24.08 21.39 -
YUV 136.5 119.82 170.44 -
System Red Green Blue C M Y K H S L
Decimal 196 109 122 0 0.44 0.38 0.23 351.03 0.42 0.6
Hex C4 6D 7A 0 2C 26 17 15F 2A 3C
Octal 304 155 172 0 54 46 27 537 52 74
Binary 11000100 1101101 1111010 0 101100 100110 10111 101011111 101010 111100

Color Harmonies of #C46D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46D7A

Black with #C46D7A

Text Example


Text Example

White with #C46D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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