Html Css Color HEX #C87D8A Charm

📋 copy color: '#C87D8A'

red 200 ◦ green 125 ◦ blue 138

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

Shades of Charm #C87D8A

Tints of Charm #C87D8A

RGB

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

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

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

R = 43.2%
G = 27%
B = 29.81%

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

#C87D8A (or 0xC87D8A) is known color: Charm. HEX triplet: C8, 7D and 8A. RGB value is (200,125,138). Sum of RGB (Red+Green+Blue) = 200+125+138=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87D8A is #378275. Grayscale: #949494. Windows color (decimal): -3637878 or 9076168. OLE color: 9076168.

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

Color convert

RGB 200 125 138 -
CMYK 0 0.38 0.31 0.22
HSL 349.6º 0.41% 0.64% -
HSV(B) 349.6º 0.38% 0.78% -
XYZ 35.74 28.78 27.72 -
YUV 148.91 121.85 164.44 -
System Red Green Blue C M Y K H S L
Decimal 200 125 138 0 0.38 0.31 0.22 349.6 0.41 0.64
Hex C8 7D 8A 0 26 1F 16 15E 29 40
Octal 310 175 212 0 46 37 26 536 51 100
Binary 11001000 1111101 10001010 0 100110 11111 10110 101011110 101001 1000000

Color Harmonies of #C87D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87D8A

Black with #C87D8A

Text Example


Text Example

White with #C87D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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