Html Css Color HEX #C98388 Charm

📋 copy color: '#C98388'

red 201 ◦ green 131 ◦ blue 136

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

Shades of Charm #C98388

Tints of Charm #C98388

RGB

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

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

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

R = 42.95%
G = 27.99%
B = 29.06%

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

#C98388 (or 0xC98388) is known color: Charm. HEX triplet: C9, 83 and 88. RGB value is (201,131,136). Sum of RGB (Red+Green+Blue) = 201+131+136=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C98388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98388 is #367C77. Grayscale: #989898. Windows color (decimal): -3570808 or 8946633. OLE color: 8946633.

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

Color convert

RGB 201 131 136 -
CMYK 0 0.35 0.32 0.21
HSL 355.71º 0.39% 0.65% -
HSV(B) 355.71º 0.35% 0.79% -
XYZ 36.65 30.43 27.23 -
YUV 152.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 201 131 136 0 0.35 0.32 0.21 355.71 0.39 0.65
Hex C9 83 88 0 23 20 15 164 27 41
Octal 311 203 210 0 43 40 25 544 47 101
Binary 11001001 10000011 10001000 0 100011 100000 10101 101100100 100111 1000001

Color Harmonies of #C98388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98388

Black with #C98388

Text Example


Text Example

White with #C98388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98388; }

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

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

background-color css

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

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

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

border-color css

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

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

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