Html Css Color HEX #C87F94 Puce

📋 copy color: '#C87F94'

red 200 ◦ green 127 ◦ blue 148

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

Shades of Puce #C87F94

Tints of Puce #C87F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.16%

R = 42.11%
G = 26.74%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C87F94 (or 0xC87F94) is known color: Puce. HEX triplet: C8, 7F and 94. RGB value is (200,127,148). Sum of RGB (Red+Green+Blue) = 200+127+148=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87F94 is #37806B. Grayscale: #979797. Windows color (decimal): -3637356 or 9732040. OLE color: 9732040.

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

Color convert

RGB 200 127 148 -
CMYK 0 0.36 0.26 0.22
HSL 342.74º 0.4% 0.64% -
HSV(B) 342.74º 0.37% 0.78% -
XYZ 36.75 29.6 31.79 -
YUV 151.22 126.18 162.79 -
System Red Green Blue C M Y K H S L
Decimal 200 127 148 0 0.36 0.26 0.22 342.74 0.4 0.64
Hex C8 7F 94 0 24 1A 16 157 28 40
Octal 310 177 224 0 44 32 26 527 50 100
Binary 11001000 1111111 10010100 0 100100 11010 10110 101010111 101000 1000000

Color Harmonies of #C87F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87F94

Black with #C87F94

Text Example


Text Example

White with #C87F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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