Html Css Color HEX #C87880 Charm

📋 copy color: '#C87880'

red 200 ◦ green 120 ◦ blue 128

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

Shades of Charm #C87880

Tints of Charm #C87880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.79%

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

R = 44.64%
G = 26.79%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C87880 (or 0xC87880) is known color: Charm. HEX triplet: C8, 78 and 80. RGB value is (200,120,128). Sum of RGB (Red+Green+Blue) = 200+120+128=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C87880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87880 is #37877F. Grayscale: #909090. Windows color (decimal): -3639168 or 8419528. OLE color: 8419528.

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

Color convert

RGB 200 120 128 -
CMYK 0 0.4 0.36 0.22
HSL 354º 0.42% 0.63% -
HSV(B) 354º 0.4% 0.78% -
XYZ 34.43 27.27 23.87 -
YUV 144.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 200 120 128 0 0.4 0.36 0.22 354 0.42 0.63
Hex C8 78 80 0 28 24 16 162 2A 3F
Octal 310 170 200 0 50 44 26 542 52 77
Binary 11001000 1111000 10000000 0 101000 100100 10110 101100010 101010 111111

Color Harmonies of #C87880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87880

Black with #C87880

Text Example


Text Example

White with #C87880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87880; }

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

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

background-color css

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

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

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

border-color css

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

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

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