Html Css Color HEX #C98287 Charm

📋 copy color: '#C98287'

red 201 ◦ green 130 ◦ blue 135

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

Shades of Charm #C98287

Tints of Charm #C98287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.97%

R = 43.13%
G = 27.9%
B = 28.97%

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

#C98287 (or 0xC98287) is known color: Charm. HEX triplet: C9, 82 and 87. RGB value is (201,130,135). Sum of RGB (Red+Green+Blue) = 201+130+135=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C98287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98287 is #367D78. Grayscale: #979797. Windows color (decimal): -3571065 or 8880841. OLE color: 8880841.

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

Color convert

RGB 201 130 135 -
CMYK 0 0.35 0.33 0.21
HSL 355.77º 0.4% 0.65% -
HSV(B) 355.77º 0.35% 0.79% -
XYZ 36.44 30.13 26.82 -
YUV 151.8 118.52 163.09 -
System Red Green Blue C M Y K H S L
Decimal 201 130 135 0 0.35 0.33 0.21 355.77 0.4 0.65
Hex C9 82 87 0 23 21 15 164 28 41
Octal 311 202 207 0 43 41 25 544 50 101
Binary 11001001 10000010 10000111 0 100011 100001 10101 101100100 101000 1000001

Color Harmonies of #C98287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98287

Black with #C98287

Text Example


Text Example

White with #C98287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98287; }

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

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

background-color css

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

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

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

border-color css

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

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

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