Html Css Color HEX #C98386 Charm

📋 copy color: '#C98386'

red 201 ◦ green 131 ◦ blue 134

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

Shades of Charm #C98386

Tints of Charm #C98386

RGB

 RED value IS 201 (78.91% from 255) = 43.13%

 GREEN value IS 131 (51.56% from 255) = 28.11%

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

R = 43.13%
G = 28.11%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C98386 (or 0xC98386) is known color: Charm. HEX triplet: C9, 83 and 86. RGB value is (201,131,134). Sum of RGB (Red+Green+Blue) = 201+131+134=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C98386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98386 is #367C79. Grayscale: #989898. Windows color (decimal): -3570810 or 8815561. OLE color: 8815561.

HSL color Cylindrical-coordinate representation of color #C98386: hue angle of 357.43º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C98386 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 131 134 -
CMYK 0 0.35 0.33 0.21
HSL 357.43º 0.39% 0.65% -
HSV(B) 357.43º 0.35% 0.79% -
XYZ 36.51 30.37 26.49 -
YUV 152.27 117.69 162.76 -
System Red Green Blue C M Y K H S L
Decimal 201 131 134 0 0.35 0.33 0.21 357.43 0.39 0.65
Hex C9 83 86 0 23 21 15 165 27 41
Octal 311 203 206 0 43 41 25 545 47 101
Binary 11001001 10000011 10000110 0 100011 100001 10101 101100101 100111 1000001

Color Harmonies of #C98386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98386

Black with #C98386

Text Example


Text Example

White with #C98386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98386; }

 p { color: rgb(201,131,134); }

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

background-color css

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

 a { background-color: rgb(201,131,134); }

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

border-color css

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

 span { border-color: rgb(201,131,134); }

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