Html Css Color HEX #C87A8D Charm

📋 copy color: '#C87A8D'

red 200 ◦ green 122 ◦ blue 141

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

Shades of Charm #C87A8D

Tints of Charm #C87A8D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.35%

 BLUE value IS 141 (55.47% from 255) = 30.45%

R = 43.2%
G = 26.35%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C87A8D (or 0xC87A8D) is known color: Charm. HEX triplet: C8, 7A and 8D. RGB value is (200,122,141). Sum of RGB (Red+Green+Blue) = 200+122+141=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87A8D is #378572. Grayscale: #939393. Windows color (decimal): -3638643 or 9272008. OLE color: 9272008.

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

Color convert

RGB 200 122 141 -
CMYK 0 0.39 0.29 0.22
HSL 345.38º 0.41% 0.63% -
HSV(B) 345.38º 0.39% 0.78% -
XYZ 35.59 28.12 28.75 -
YUV 147.49 124.34 165.46 -
System Red Green Blue C M Y K H S L
Decimal 200 122 141 0 0.39 0.29 0.22 345.38 0.41 0.63
Hex C8 7A 8D 0 27 1D 16 159 29 3F
Octal 310 172 215 0 47 35 26 531 51 77
Binary 11001000 1111010 10001101 0 100111 11101 10110 101011001 101001 111111

Color Harmonies of #C87A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87A8D

Black with #C87A8D

Text Example


Text Example

White with #C87A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87A8D; }

 p { color: rgb(200,122,141); }

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

background-color css

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

 a { background-color: rgb(200,122,141); }

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

border-color css

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

 span { border-color: rgb(200,122,141); }

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