Html Css Color HEX #C87B8A Charm

📋 copy color: '#C87B8A'

red 200 ◦ green 123 ◦ blue 138

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

Shades of Charm #C87B8A

Tints of Charm #C87B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 43.38%
G = 26.68%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C87B8A (or 0xC87B8A) is known color: Charm. HEX triplet: C8, 7B and 8A. RGB value is (200,123,138). Sum of RGB (Red+Green+Blue) = 200+123+138=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87B8A is #378475. Grayscale: #939393. Windows color (decimal): -3638390 or 9075656. OLE color: 9075656.

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

Color convert

RGB 200 123 138 -
CMYK 0 0.38 0.31 0.22
HSL 348.31º 0.41% 0.63% -
HSV(B) 348.31º 0.39% 0.78% -
XYZ 35.49 28.28 27.63 -
YUV 147.73 122.51 165.28 -
System Red Green Blue C M Y K H S L
Decimal 200 123 138 0 0.38 0.31 0.22 348.31 0.41 0.63
Hex C8 7B 8A 0 26 1F 16 15C 29 3F
Octal 310 173 212 0 46 37 26 534 51 77
Binary 11001000 1111011 10001010 0 100110 11111 10110 101011100 101001 111111

Color Harmonies of #C87B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87B8A

Black with #C87B8A

Text Example


Text Example

White with #C87B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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