Html Css Color HEX #C87D8E Charm

📋 copy color: '#C87D8E'

red 200 ◦ green 125 ◦ blue 142

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

Shades of Charm #C87D8E

Tints of Charm #C87D8E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.77%

 BLUE value IS 142 (55.86% from 255) = 30.41%

R = 42.83%
G = 26.77%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C87D8E (or 0xC87D8E) is known color: Charm. HEX triplet: C8, 7D and 8E. RGB value is (200,125,142). Sum of RGB (Red+Green+Blue) = 200+125+142=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87D8E is #378271. Grayscale: #959595. Windows color (decimal): -3637874 or 9338312. OLE color: 9338312.

HSL color Cylindrical-coordinate representation of color #C87D8E: hue angle of 346.4º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87D8E is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 125 142 -
CMYK 0 0.38 0.29 0.22
HSL 346.4º 0.41% 0.64% -
HSV(B) 346.4º 0.38% 0.78% -
XYZ 36.04 28.9 29.27 -
YUV 149.36 123.85 164.12 -
System Red Green Blue C M Y K H S L
Decimal 200 125 142 0 0.38 0.29 0.22 346.4 0.41 0.64
Hex C8 7D 8E 0 26 1D 16 15A 29 40
Octal 310 175 216 0 46 35 26 532 51 100
Binary 11001000 1111101 10001110 0 100110 11101 10110 101011010 101001 1000000

Color Harmonies of #C87D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87D8E

Black with #C87D8E

Text Example


Text Example

White with #C87D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87D8E; }

 p { color: rgb(200,125,142); }

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

background-color css

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

 a { background-color: rgb(200,125,142); }

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

border-color css

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

 span { border-color: rgb(200,125,142); }

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