Html Css Color HEX #C97E8D Charm

📋 copy color: '#C97E8D'

red 201 ◦ green 126 ◦ blue 141

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

Shades of Charm #C97E8D

Tints of Charm #C97E8D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.92%

 BLUE value IS 141 (55.47% from 255) = 30.13%

R = 42.95%
G = 26.92%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C97E8D (or 0xC97E8D) is known color: Charm. HEX triplet: C9, 7E and 8D. RGB value is (201,126,141). Sum of RGB (Red+Green+Blue) = 201+126+141=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97E8D is #368172. Grayscale: #969696. Windows color (decimal): -3572083 or 9273033. OLE color: 9273033.

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

Color convert

RGB 201 126 141 -
CMYK 0 0.37 0.30 0.21
HSL 348º 0.41% 0.64% -
HSV(B) 348º 0.37% 0.79% -
XYZ 36.36 29.26 28.93 -
YUV 150.14 122.85 164.28 -
System Red Green Blue C M Y K H S L
Decimal 201 126 141 0 0.37 0.30 0.21 348 0.41 0.64
Hex C9 7E 8D 0 25 1E 15 15C 29 40
Octal 311 176 215 0 45 36 25 534 51 100
Binary 11001001 1111110 10001101 0 100101 11110 10101 101011100 101001 1000000

Color Harmonies of #C97E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97E8D

Black with #C97E8D

Text Example


Text Example

White with #C97E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97E8D; }

 p { color: rgb(201,126,141); }

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

background-color css

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

 a { background-color: rgb(201,126,141); }

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

border-color css

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

 span { border-color: rgb(201,126,141); }

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