Html Css Color HEX #C48086 Charm

📋 copy color: '#C48086'

red 196 ◦ green 128 ◦ blue 134

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

Shades of Charm #C48086

Tints of Charm #C48086

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.95%

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

R = 42.79%
G = 27.95%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C48086 (or 0xC48086) is known color: Charm. HEX triplet: C4, 80 and 86. RGB value is (196,128,134). Sum of RGB (Red+Green+Blue) = 196+128+134=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C48086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48086 is #3B7F79. Grayscale: #959595. Windows color (decimal): -3899258 or 8814788. OLE color: 8814788.

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

Color convert

RGB 196 128 134 -
CMYK 0 0.35 0.32 0.23
HSL 354.71º 0.37% 0.64% -
HSV(B) 354.71º 0.35% 0.77% -
XYZ 34.79 28.9 26.3 -
YUV 149.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 196 128 134 0 0.35 0.32 0.23 354.71 0.37 0.64
Hex C4 80 86 0 23 20 17 163 25 40
Octal 304 200 206 0 43 40 27 543 45 100
Binary 11000100 10000000 10000110 0 100011 100000 10111 101100011 100101 1000000

Color Harmonies of #C48086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48086

Black with #C48086

Text Example


Text Example

White with #C48086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48086; }

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

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

background-color css

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

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

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

border-color css

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

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

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