Html Css Color HEX #C87D97 Puce

📋 copy color: '#C87D97'

red 200 ◦ green 125 ◦ blue 151

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

Shades of Puce #C87D97

Tints of Puce #C87D97

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.26%

 BLUE value IS 151 (59.38% from 255) = 31.72%

R = 42.02%
G = 26.26%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C87D97 (or 0xC87D97) is known color: Puce. HEX triplet: C8, 7D and 97. RGB value is (200,125,151). Sum of RGB (Red+Green+Blue) = 200+125+151=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87D97 is #378268. Grayscale: #969696. Windows color (decimal): -3637865 or 9928136. OLE color: 9928136.

HSL color Cylindrical-coordinate representation of color #C87D97: hue angle of 339.2º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87D97 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 125 151 -
CMYK 0 0.38 0.24 0.22
HSL 339.2º 0.41% 0.64% -
HSV(B) 339.2º 0.38% 0.78% -
XYZ 36.74 29.18 32.97 -
YUV 150.39 128.35 163.39 -
System Red Green Blue C M Y K H S L
Decimal 200 125 151 0 0.38 0.24 0.22 339.2 0.41 0.64
Hex C8 7D 97 0 26 18 16 153 29 40
Octal 310 175 227 0 46 30 26 523 51 100
Binary 11001000 1111101 10010111 0 100110 11000 10110 101010011 101001 1000000

Color Harmonies of #C87D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87D97

Black with #C87D97

Text Example


Text Example

White with #C87D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87D97; }

 p { color: rgb(200,125,151); }

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

background-color css

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

 a { background-color: rgb(200,125,151); }

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

border-color css

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

 span { border-color: rgb(200,125,151); }

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