Html Css Color HEX #C87FA5 Puce

📋 copy color: '#C87FA5'

red 200 ◦ green 127 ◦ blue 165

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

Shades of Puce #C87FA5

Tints of Puce #C87FA5

RGB

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

 GREEN value IS 127 (50% from 255) = 25.81%

 BLUE value IS 165 (64.84% from 255) = 33.54%

R = 40.65%
G = 25.81%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C87FA5 (or 0xC87FA5) is known color: Puce. HEX triplet: C8, 7F and A5. RGB value is (200,127,165). Sum of RGB (Red+Green+Blue) = 200+127+165=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C87FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87FA5 is #37805A. Grayscale: #999999. Windows color (decimal): -3637339 or 10846152. OLE color: 10846152.

HSL color Cylindrical-coordinate representation of color #C87FA5: hue angle of 328.77º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C87FA5 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 127 165 -
CMYK 0 0.36 0.18 0.22
HSL 328.77º 0.4% 0.64% -
HSV(B) 328.77º 0.37% 0.78% -
XYZ 38.2 30.17 39.41 -
YUV 153.16 134.68 161.41 -
System Red Green Blue C M Y K H S L
Decimal 200 127 165 0 0.36 0.18 0.22 328.77 0.4 0.64
Hex C8 7F A5 0 24 12 16 149 28 40
Octal 310 177 245 0 44 22 26 511 50 100
Binary 11001000 1111111 10100101 0 100100 10010 10110 101001001 101000 1000000

Color Harmonies of #C87FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87FA5

Black with #C87FA5

Text Example


Text Example

White with #C87FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87FA5; }

 p { color: rgb(200,127,165); }

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

background-color css

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

 a { background-color: rgb(200,127,165); }

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

border-color css

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

 span { border-color: rgb(200,127,165); }

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