Html Css Color HEX #C46D7D Charm

📋 copy color: '#C46D7D'

red 196 ◦ green 109 ◦ blue 125

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

Shades of Charm #C46D7D

Tints of Charm #C46D7D

RGB

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

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

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

R = 45.58%
G = 25.35%
B = 29.07%

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

#C46D7D (or 0xC46D7D) is known color: Charm. HEX triplet: C4, 6D and 7D. RGB value is (196,109,125). Sum of RGB (Red+Green+Blue) = 196+109+125=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46D7D is #3B9282. Grayscale: #888888. Windows color (decimal): -3904131 or 8220100. OLE color: 8220100.

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

Color convert

RGB 196 109 125 -
CMYK 0 0.44 0.36 0.23
HSL 348.97º 0.42% 0.6% -
HSV(B) 348.97º 0.44% 0.77% -
XYZ 31.94 24.15 22.38 -
YUV 136.84 121.32 170.2 -
System Red Green Blue C M Y K H S L
Decimal 196 109 125 0 0.44 0.36 0.23 348.97 0.42 0.6
Hex C4 6D 7D 0 2C 24 17 15D 2A 3C
Octal 304 155 175 0 54 44 27 535 52 74
Binary 11000100 1101101 1111101 0 101100 100100 10111 101011101 101010 111100

Color Harmonies of #C46D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46D7D

Black with #C46D7D

Text Example


Text Example

White with #C46D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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