Html Css Color HEX #C97880 Charm

📋 copy color: '#C97880'

red 201 ◦ green 120 ◦ blue 128

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

Shades of Charm #C97880

Tints of Charm #C97880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.73%

 BLUE value IS 128 (50.39% from 255) = 28.51%

R = 44.77%
G = 26.73%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C97880 (or 0xC97880) is known color: Charm. HEX triplet: C9, 78 and 80. RGB value is (201,120,128). Sum of RGB (Red+Green+Blue) = 201+120+128=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C97880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97880 is #36877F. Grayscale: #919191. Windows color (decimal): -3573632 or 8419529. OLE color: 8419529.

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

Color convert

RGB 201 120 128 -
CMYK 0 0.40 0.36 0.21
HSL 354.07º 0.43% 0.63% -
HSV(B) 354.07º 0.4% 0.79% -
XYZ 34.7 27.41 23.88 -
YUV 145.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 201 120 128 0 0.40 0.36 0.21 354.07 0.43 0.63
Hex C9 78 80 0 28 24 15 162 2B 3F
Octal 311 170 200 0 50 44 25 542 53 77
Binary 11001001 1111000 10000000 0 101000 100100 10101 101100010 101011 111111

Color Harmonies of #C97880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97880

Black with #C97880

Text Example


Text Example

White with #C97880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97880; }

 p { color: rgb(201,120,128); }

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

background-color css

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

 a { background-color: rgb(201,120,128); }

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

border-color css

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

 span { border-color: rgb(201,120,128); }

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