Html Css Color HEX #C48186 Charm

📋 copy color: '#C48186'

red 196 ◦ green 129 ◦ blue 134

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

Shades of Charm #C48186

Tints of Charm #C48186

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.1%

 BLUE value IS 134 (52.73% from 255) = 29.19%

R = 42.7%
G = 28.1%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C48186 (or 0xC48186) is known color: Charm. HEX triplet: C4, 81 and 86. RGB value is (196,129,134). Sum of RGB (Red+Green+Blue) = 196+129+134=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C48186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48186 is #3B7E79. Grayscale: #959595. Windows color (decimal): -3899002 or 8815044. OLE color: 8815044.

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

Color convert

RGB 196 129 134 -
CMYK 0 0.34 0.32 0.23
HSL 355.52º 0.36% 0.64% -
HSV(B) 355.52º 0.34% 0.77% -
XYZ 34.92 29.16 26.34 -
YUV 149.6 119.2 161.09 -
System Red Green Blue C M Y K H S L
Decimal 196 129 134 0 0.34 0.32 0.23 355.52 0.36 0.64
Hex C4 81 86 0 22 20 17 164 24 40
Octal 304 201 206 0 42 40 27 544 44 100
Binary 11000100 10000001 10000110 0 100010 100000 10111 101100100 100100 1000000

Color Harmonies of #C48186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48186

Black with #C48186

Text Example


Text Example

White with #C48186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48186; }

 p { color: rgb(196,129,134); }

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

background-color css

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

 a { background-color: rgb(196,129,134); }

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

border-color css

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

 span { border-color: rgb(196,129,134); }

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