#C87E98

Color #C87E98 Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #C87E98

Tints of Puce #C87E98

Color information

#C87E98 (or 0xC87E98) is unknown color: approx Puce. HEX triplet: C8, 7E and 98. RGB value is (200,126,152). Sum of RGB (Red+Green+Blue) = 200+126+152=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87E98 is #378167. Grayscale: #979797. Windows color (decimal): -3637608 or 9993928. OLE color: 9993928.

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

Color convert

RGB200126152-
CMYK00.370.240.22
HSL338.92º40.22%63.92%-
HSV(B)338.92º37%78.43%-
XYZ36.9529.4733.45-
YUV151.09128.52162.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.84%
GREEN value IS 126 (49.61% from 255) = 26.36%
BLUE value IS 152 (59.77% from 255) = 31.80%
R=41.84%
G=26.36%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012615200.370.240.22338.9240.2263.92
HexC87E9802518161532840
Octal310176230045302652350100
Binary11001000111111010011000010010111000101101010100111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87E98; }

 p { color: rgb(200,126,152); }

 H1.HeaderClassName
 {
   color: #C87E98;
 }
 .AnyTagClassName
 {
   color: #C87E98;
 }
</style>
background-color css

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

 a { background-color: rgb(200,126,152); }

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

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

 span { border-color: rgb(200,126,152); }

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