Html Css Color HEX #C87F99 Puce

📋 copy color: '#C87F99'

red 200 ◦ green 127 ◦ blue 153

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

Shades of Puce #C87F99

Tints of Puce #C87F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.88%

R = 41.67%
G = 26.46%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C87F99 (or 0xC87F99) is known color: Puce. HEX triplet: C8, 7F and 99. RGB value is (200,127,153). Sum of RGB (Red+Green+Blue) = 200+127+153=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87F99 is #378066. Grayscale: #979797. Windows color (decimal): -3637351 or 10059720. OLE color: 10059720.

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

Color convert

RGB 200 127 153 -
CMYK 0 0.36 0.24 0.22
HSL 338.63º 0.4% 0.64% -
HSV(B) 338.63º 0.37% 0.78% -
XYZ 37.16 29.76 33.92 -
YUV 151.79 128.68 162.39 -
System Red Green Blue C M Y K H S L
Decimal 200 127 153 0 0.36 0.24 0.22 338.63 0.4 0.64
Hex C8 7F 99 0 24 18 16 153 28 40
Octal 310 177 231 0 44 30 26 523 50 100
Binary 11001000 1111111 10011001 0 100100 11000 10110 101010011 101000 1000000

Color Harmonies of #C87F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87F99

Black with #C87F99

Text Example


Text Example

White with #C87F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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