Html Css Color HEX #C87980 Charm

📋 copy color: '#C87980'

red 200 ◦ green 121 ◦ blue 128

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

Shades of Charm #C87980

Tints of Charm #C87980

RGB

 RED value IS 200 (78.52% from 255) = 44.54%

 GREEN value IS 121 (47.66% from 255) = 26.95%

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

R = 44.54%
G = 26.95%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C87980 (or 0xC87980) is known color: Charm. HEX triplet: C8, 79 and 80. RGB value is (200,121,128). Sum of RGB (Red+Green+Blue) = 200+121+128=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C87980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87980 is #37867F. Grayscale: #919191. Windows color (decimal): -3638912 or 8419784. OLE color: 8419784.

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

Color convert

RGB 200 121 128 -
CMYK 0 0.39 0.36 0.22
HSL 354.68º 0.42% 0.63% -
HSV(B) 354.68º 0.4% 0.78% -
XYZ 34.55 27.51 23.91 -
YUV 145.42 118.17 166.93 -
System Red Green Blue C M Y K H S L
Decimal 200 121 128 0 0.39 0.36 0.22 354.68 0.42 0.63
Hex C8 79 80 0 27 24 16 163 2A 3F
Octal 310 171 200 0 47 44 26 543 52 77
Binary 11001000 1111001 10000000 0 100111 100100 10110 101100011 101010 111111

Color Harmonies of #C87980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87980

Black with #C87980

Text Example


Text Example

White with #C87980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87980; }

 p { color: rgb(200,121,128); }

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

background-color css

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

 a { background-color: rgb(200,121,128); }

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

border-color css

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

 span { border-color: rgb(200,121,128); }

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