Html Css Color HEX #C87F98 Puce

📋 copy color: '#C87F98'

red 200 ◦ green 127 ◦ blue 152

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

Shades of Puce #C87F98

Tints of Puce #C87F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.73%

R = 41.75%
G = 26.51%
B = 31.73%

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

#C87F98 (or 0xC87F98) is known color: Puce. HEX triplet: C8, 7F and 98. RGB value is (200,127,152). Sum of RGB (Red+Green+Blue) = 200+127+152=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87F98 is #378067. Grayscale: #979797. Windows color (decimal): -3637352 or 9994184. OLE color: 9994184.

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

Color convert

RGB 200 127 152 -
CMYK 0 0.36 0.24 0.22
HSL 339.45º 0.4% 0.64% -
HSV(B) 339.45º 0.37% 0.78% -
XYZ 37.08 29.73 33.49 -
YUV 151.68 128.18 162.47 -
System Red Green Blue C M Y K H S L
Decimal 200 127 152 0 0.36 0.24 0.22 339.45 0.4 0.64
Hex C8 7F 98 0 24 18 16 153 28 40
Octal 310 177 230 0 44 30 26 523 50 100
Binary 11001000 1111111 10011000 0 100100 11000 10110 101010011 101000 1000000

Color Harmonies of #C87F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87F98

Black with #C87F98

Text Example


Text Example

White with #C87F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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