Html Css Color HEX #C97A8D Charm

📋 copy color: '#C97A8D'

red 201 ◦ green 122 ◦ blue 141

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

Shades of Charm #C97A8D

Tints of Charm #C97A8D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.29%

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

R = 43.32%
G = 26.29%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C97A8D (or 0xC97A8D) is known color: Charm. HEX triplet: C9, 7A and 8D. RGB value is (201,122,141). Sum of RGB (Red+Green+Blue) = 201+122+141=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97A8D is #368572. Grayscale: #939393. Windows color (decimal): -3573107 or 9272009. OLE color: 9272009.

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

Color convert

RGB 201 122 141 -
CMYK 0 0.39 0.30 0.21
HSL 345.57º 0.42% 0.63% -
HSV(B) 345.57º 0.39% 0.79% -
XYZ 35.85 28.26 28.76 -
YUV 147.79 124.17 165.96 -
System Red Green Blue C M Y K H S L
Decimal 201 122 141 0 0.39 0.30 0.21 345.57 0.42 0.63
Hex C9 7A 8D 0 27 1E 15 15A 2A 3F
Octal 311 172 215 0 47 36 25 532 52 77
Binary 11001001 1111010 10001101 0 100111 11110 10101 101011010 101010 111111

Color Harmonies of #C97A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97A8D

Black with #C97A8D

Text Example


Text Example

White with #C97A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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