Html Css Color HEX #C97C84 Charm

📋 copy color: '#C97C84'

red 201 ◦ green 124 ◦ blue 132

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

Shades of Charm #C97C84

Tints of Charm #C97C84

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.13%

 BLUE value IS 132 (51.95% from 255) = 28.88%

R = 43.98%
G = 27.13%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C97C84 (or 0xC97C84) is known color: Charm. HEX triplet: C9, 7C and 84. RGB value is (201,124,132). Sum of RGB (Red+Green+Blue) = 201+124+132=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97C84 is #36837B. Grayscale: #939393. Windows color (decimal): -3572604 or 8682697. OLE color: 8682697.

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

Color convert

RGB 201 124 132 -
CMYK 0 0.38 0.34 0.21
HSL 353.77º 0.42% 0.64% -
HSV(B) 353.77º 0.38% 0.79% -
XYZ 35.46 28.5 25.46 -
YUV 147.94 119.01 165.85 -
System Red Green Blue C M Y K H S L
Decimal 201 124 132 0 0.38 0.34 0.21 353.77 0.42 0.64
Hex C9 7C 84 0 26 22 15 162 2A 40
Octal 311 174 204 0 46 42 25 542 52 100
Binary 11001001 1111100 10000100 0 100110 100010 10101 101100010 101010 1000000

Color Harmonies of #C97C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97C84

Black with #C97C84

Text Example


Text Example

White with #C97C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97C84; }

 p { color: rgb(201,124,132); }

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

background-color css

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

 a { background-color: rgb(201,124,132); }

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

border-color css

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

 span { border-color: rgb(201,124,132); }

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