Html Css Color HEX #C98288 Charm

📋 copy color: '#C98288'

red 201 ◦ green 130 ◦ blue 136

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

Shades of Charm #C98288

Tints of Charm #C98288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.12%

R = 43.04%
G = 27.84%
B = 29.12%

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

#C98288 (or 0xC98288) is known color: Charm. HEX triplet: C9, 82 and 88. RGB value is (201,130,136). Sum of RGB (Red+Green+Blue) = 201+130+136=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C98288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98288 is #367D77. Grayscale: #979797. Windows color (decimal): -3571064 or 8946377. OLE color: 8946377.

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

Color convert

RGB 201 130 136 -
CMYK 0 0.35 0.32 0.21
HSL 354.93º 0.4% 0.65% -
HSV(B) 354.93º 0.35% 0.79% -
XYZ 36.51 30.16 27.19 -
YUV 151.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 201 130 136 0 0.35 0.32 0.21 354.93 0.4 0.65
Hex C9 82 88 0 23 20 15 163 28 41
Octal 311 202 210 0 43 40 25 543 50 101
Binary 11001001 10000010 10001000 0 100011 100000 10101 101100011 101000 1000001

Color Harmonies of #C98288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98288

Black with #C98288

Text Example


Text Example

White with #C98288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98288; }

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

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

background-color css

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

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

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

border-color css

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

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

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