Html Css Color HEX #C87B8E Charm

📋 copy color: '#C87B8E'

red 200 ◦ green 123 ◦ blue 142

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

Shades of Charm #C87B8E

Tints of Charm #C87B8E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.45%

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

R = 43.01%
G = 26.45%
B = 30.54%

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

#C87B8E (or 0xC87B8E) is known color: Charm. HEX triplet: C8, 7B and 8E. RGB value is (200,123,142). Sum of RGB (Red+Green+Blue) = 200+123+142=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87B8E is #378471. Grayscale: #949494. Windows color (decimal): -3638386 or 9337800. OLE color: 9337800.

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

Color convert

RGB 200 123 142 -
CMYK 0 0.38 0.29 0.22
HSL 345.19º 0.41% 0.63% -
HSV(B) 345.19º 0.39% 0.78% -
XYZ 35.78 28.4 29.19 -
YUV 148.19 124.51 164.96 -
System Red Green Blue C M Y K H S L
Decimal 200 123 142 0 0.38 0.29 0.22 345.19 0.41 0.63
Hex C8 7B 8E 0 26 1D 16 159 29 3F
Octal 310 173 216 0 46 35 26 531 51 77
Binary 11001000 1111011 10001110 0 100110 11101 10110 101011001 101001 111111

Color Harmonies of #C87B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87B8E

Black with #C87B8E

Text Example


Text Example

White with #C87B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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