Html Css Color HEX #C46985 Charm

📋 copy color: '#C46985'

red 196 ◦ green 105 ◦ blue 133

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

Shades of Charm #C46985

Tints of Charm #C46985

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.19%

 BLUE value IS 133 (52.34% from 255) = 30.65%

R = 45.16%
G = 24.19%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C46985 (or 0xC46985) is known color: Charm. HEX triplet: C4, 69 and 85. RGB value is (196,105,133). Sum of RGB (Red+Green+Blue) = 196+105+133=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C46985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46985 is #3B967A. Grayscale: #878787. Windows color (decimal): -3905147 or 8743364. OLE color: 8743364.

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

Color convert

RGB 196 105 133 -
CMYK 0 0.46 0.32 0.23
HSL 341.54º 0.44% 0.59% -
HSV(B) 341.54º 0.46% 0.77% -
XYZ 32.05 23.53 25.04 -
YUV 135.4 126.65 171.22 -
System Red Green Blue C M Y K H S L
Decimal 196 105 133 0 0.46 0.32 0.23 341.54 0.44 0.59
Hex C4 69 85 0 2E 20 17 156 2C 3B
Octal 304 151 205 0 56 40 27 526 54 73
Binary 11000100 1101001 10000101 0 101110 100000 10111 101010110 101100 111011

Color Harmonies of #C46985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46985

Black with #C46985

Text Example


Text Example

White with #C46985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46985; }

 p { color: rgb(196,105,133); }

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

background-color css

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

 a { background-color: rgb(196,105,133); }

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

border-color css

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

 span { border-color: rgb(196,105,133); }

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