Html Css Color HEX #C97080 Charm

📋 copy color: '#C97080'

red 201 ◦ green 112 ◦ blue 128

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

Shades of Charm #C97080

Tints of Charm #C97080

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.4%

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

R = 45.58%
G = 25.4%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C97080 (or 0xC97080) is known color: Charm. HEX triplet: C9, 70 and 80. RGB value is (201,112,128). Sum of RGB (Red+Green+Blue) = 201+112+128=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C97080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97080 is #368F7F. Grayscale: #8C8C8C. Windows color (decimal): -3575680 or 8417481. OLE color: 8417481.

HSL color Cylindrical-coordinate representation of color #C97080: hue angle of 349.21º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C97080 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 112 128 -
CMYK 0 0.44 0.36 0.21
HSL 349.21º 0.45% 0.61% -
HSV(B) 349.21º 0.44% 0.79% -
XYZ 33.78 25.56 23.58 -
YUV 140.44 120.99 171.2 -
System Red Green Blue C M Y K H S L
Decimal 201 112 128 0 0.44 0.36 0.21 349.21 0.45 0.61
Hex C9 70 80 0 2C 24 15 15D 2D 3D
Octal 311 160 200 0 54 44 25 535 55 75
Binary 11001001 1110000 10000000 0 101100 100100 10101 101011101 101101 111101

Color Harmonies of #C97080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97080

Black with #C97080

Text Example


Text Example

White with #C97080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97080; }

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

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

background-color css

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

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

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

border-color css

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

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

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