Html Css Color HEX #C98289 Charm

📋 copy color: '#C98289'

red 201 ◦ green 130 ◦ blue 137

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

Shades of Charm #C98289

Tints of Charm #C98289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.78%

 BLUE value IS 137 (53.91% from 255) = 29.27%

R = 42.95%
G = 27.78%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C98289 (or 0xC98289) is known color: Charm. HEX triplet: C9, 82 and 89. RGB value is (201,130,137). Sum of RGB (Red+Green+Blue) = 201+130+137=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C98289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98289 is #367D76. Grayscale: #989898. Windows color (decimal): -3571063 or 9011913. OLE color: 9011913.

HSL color Cylindrical-coordinate representation of color #C98289: hue angle of 354.08º degrees, saturation: 0.4, 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 #C98289 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 130 137 -
CMYK 0 0.35 0.32 0.21
HSL 354.08º 0.4% 0.65% -
HSV(B) 354.08º 0.35% 0.79% -
XYZ 36.59 30.19 27.57 -
YUV 152.03 119.52 162.93 -
System Red Green Blue C M Y K H S L
Decimal 201 130 137 0 0.35 0.32 0.21 354.08 0.4 0.65
Hex C9 82 89 0 23 20 15 162 28 41
Octal 311 202 211 0 43 40 25 542 50 101
Binary 11001001 10000010 10001001 0 100011 100000 10101 101100010 101000 1000001

Color Harmonies of #C98289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98289

Black with #C98289

Text Example


Text Example

White with #C98289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98289; }

 p { color: rgb(201,130,137); }

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

background-color css

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

 a { background-color: rgb(201,130,137); }

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

border-color css

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

 span { border-color: rgb(201,130,137); }

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