Html Css Color HEX #C87988 Charm

📋 copy color: '#C87988'

red 200 ◦ green 121 ◦ blue 136

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

Shades of Charm #C87988

Tints of Charm #C87988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.76%

R = 43.76%
G = 26.48%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C87988 (or 0xC87988) is known color: Charm. HEX triplet: C8, 79 and 88. RGB value is (200,121,136). Sum of RGB (Red+Green+Blue) = 200+121+136=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C87988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87988 is #378677. Grayscale: #929292. Windows color (decimal): -3638904 or 8944072. OLE color: 8944072.

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

Color convert

RGB 200 121 136 -
CMYK 0 0.39 0.32 0.22
HSL 348.61º 0.42% 0.63% -
HSV(B) 348.61º 0.4% 0.78% -
XYZ 35.1 27.73 26.8 -
YUV 146.33 122.17 166.28 -
System Red Green Blue C M Y K H S L
Decimal 200 121 136 0 0.39 0.32 0.22 348.61 0.42 0.63
Hex C8 79 88 0 27 20 16 15D 2A 3F
Octal 310 171 210 0 47 40 26 535 52 77
Binary 11001000 1111001 10001000 0 100111 100000 10110 101011101 101010 111111

Color Harmonies of #C87988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87988

Black with #C87988

Text Example


Text Example

White with #C87988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87988; }

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

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

background-color css

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

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

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

border-color css

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

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

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