Html Css Color HEX #C97988 Charm

📋 copy color: '#C97988'

red 201 ◦ green 121 ◦ blue 136

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

Shades of Charm #C97988

Tints of Charm #C97988

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.42%

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

R = 43.89%
G = 26.42%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C97988 (or 0xC97988) is known color: Charm. HEX triplet: C9, 79 and 88. RGB value is (201,121,136). Sum of RGB (Red+Green+Blue) = 201+121+136=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C97988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97988 is #368677. Grayscale: #929292. Windows color (decimal): -3573368 or 8944073. OLE color: 8944073.

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

Color convert

RGB 201 121 136 -
CMYK 0 0.40 0.32 0.21
HSL 348.75º 0.43% 0.63% -
HSV(B) 348.75º 0.4% 0.79% -
XYZ 35.37 27.87 26.81 -
YUV 146.63 122 166.78 -
System Red Green Blue C M Y K H S L
Decimal 201 121 136 0 0.40 0.32 0.21 348.75 0.43 0.63
Hex C9 79 88 0 28 20 15 15D 2B 3F
Octal 311 171 210 0 50 40 25 535 53 77
Binary 11001001 1111001 10001000 0 101000 100000 10101 101011101 101011 111111

Color Harmonies of #C97988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97988

Black with #C97988

Text Example


Text Example

White with #C97988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97988; }

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

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

background-color css

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

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

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

border-color css

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

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

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