Html Css Color HEX #C98188 Charm

📋 copy color: '#C98188'

red 201 ◦ green 129 ◦ blue 136

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

Shades of Charm #C98188

Tints of Charm #C98188

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.68%

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

R = 43.13%
G = 27.68%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C98188 (or 0xC98188) is known color: Charm. HEX triplet: C9, 81 and 88. RGB value is (201,129,136). Sum of RGB (Red+Green+Blue) = 201+129+136=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C98188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98188 is #367E77. Grayscale: #979797. Windows color (decimal): -3571320 or 8946121. OLE color: 8946121.

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

Color convert

RGB 201 129 136 -
CMYK 0 0.36 0.32 0.21
HSL 354.17º 0.4% 0.65% -
HSV(B) 354.17º 0.36% 0.79% -
XYZ 36.38 29.9 27.15 -
YUV 151.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 201 129 136 0 0.36 0.32 0.21 354.17 0.4 0.65
Hex C9 81 88 0 24 20 15 162 28 41
Octal 311 201 210 0 44 40 25 542 50 101
Binary 11001001 10000001 10001000 0 100100 100000 10101 101100010 101000 1000001

Color Harmonies of #C98188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98188

Black with #C98188

Text Example


Text Example

White with #C98188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98188; }

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

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

background-color css

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

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

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

border-color css

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

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

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