Html Css Color HEX #C87F90 Puce

📋 copy color: '#C87F90'

red 200 ◦ green 127 ◦ blue 144

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

Shades of Puce #C87F90

Tints of Puce #C87F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.57%

R = 42.46%
G = 26.96%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C87F90 (or 0xC87F90) is known color: Puce. HEX triplet: C8, 7F and 90. RGB value is (200,127,144). Sum of RGB (Red+Green+Blue) = 200+127+144=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87F90 is #37806F. Grayscale: #969696. Windows color (decimal): -3637360 or 9469896. OLE color: 9469896.

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

Color convert

RGB 200 127 144 -
CMYK 0 0.36 0.28 0.22
HSL 346.03º 0.4% 0.64% -
HSV(B) 346.03º 0.37% 0.78% -
XYZ 36.44 29.47 30.15 -
YUV 150.77 124.18 163.12 -
System Red Green Blue C M Y K H S L
Decimal 200 127 144 0 0.36 0.28 0.22 346.03 0.4 0.64
Hex C8 7F 90 0 24 1C 16 15A 28 40
Octal 310 177 220 0 44 34 26 532 50 100
Binary 11001000 1111111 10010000 0 100100 11100 10110 101011010 101000 1000000

Color Harmonies of #C87F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87F90

Black with #C87F90

Text Example


Text Example

White with #C87F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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