Html Css Color HEX #C97488 Charm

📋 copy color: '#C97488'

red 201 ◦ green 116 ◦ blue 136

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

Shades of Charm #C97488

Tints of Charm #C97488

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.61%

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

R = 44.37%
G = 25.61%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C97488 (or 0xC97488) is known color: Charm. HEX triplet: C9, 74 and 88. RGB value is (201,116,136). Sum of RGB (Red+Green+Blue) = 201+116+136=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C97488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97488 is #368B77. Grayscale: #8F8F8F. Windows color (decimal): -3574648 or 8942793. OLE color: 8942793.

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

Color convert

RGB 201 116 136 -
CMYK 0 0.42 0.32 0.21
HSL 345.88º 0.44% 0.62% -
HSV(B) 345.88º 0.42% 0.79% -
XYZ 34.78 26.69 26.61 -
YUV 143.7 123.66 168.87 -
System Red Green Blue C M Y K H S L
Decimal 201 116 136 0 0.42 0.32 0.21 345.88 0.44 0.62
Hex C9 74 88 0 2A 20 15 15A 2C 3E
Octal 311 164 210 0 52 40 25 532 54 76
Binary 11001001 1110100 10001000 0 101010 100000 10101 101011010 101100 111110

Color Harmonies of #C97488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97488

Black with #C97488

Text Example


Text Example

White with #C97488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97488; }

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

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

background-color css

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

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

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

border-color css

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

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

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