Html Css Color HEX #C97A80 Charm

📋 copy color: '#C97A80'

red 201 ◦ green 122 ◦ blue 128

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

Shades of Charm #C97A80

Tints of Charm #C97A80

RGB

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

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

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

R = 44.57%
G = 27.05%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C97A80 (or 0xC97A80) is known color: Charm. HEX triplet: C9, 7A and 80. RGB value is (201,122,128). Sum of RGB (Red+Green+Blue) = 201+122+128=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97A80 is #36857F. Grayscale: #929292. Windows color (decimal): -3573120 or 8420041. OLE color: 8420041.

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

Color convert

RGB 201 122 128 -
CMYK 0 0.39 0.36 0.21
HSL 355.44º 0.42% 0.63% -
HSV(B) 355.44º 0.39% 0.79% -
XYZ 34.94 27.9 23.96 -
YUV 146.31 117.67 167.01 -
System Red Green Blue C M Y K H S L
Decimal 201 122 128 0 0.39 0.36 0.21 355.44 0.42 0.63
Hex C9 7A 80 0 27 24 15 163 2A 3F
Octal 311 172 200 0 47 44 25 543 52 77
Binary 11001001 1111010 10000000 0 100111 100100 10101 101100011 101010 111111

Color Harmonies of #C97A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97A80

Black with #C97A80

Text Example


Text Example

White with #C97A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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