Html Css Color HEX #C88890 Puce

📋 copy color: '#C88890'

red 200 ◦ green 136 ◦ blue 144

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

Shades of Puce #C88890

Tints of Puce #C88890

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.33%

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

R = 41.67%
G = 28.33%
B = 30%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C88890 (or 0xC88890) is known color: Puce. HEX triplet: C8, 88 and 90. RGB value is (200,136,144). Sum of RGB (Red+Green+Blue) = 200+136+144=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C88890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88890 is #37776F. Grayscale: #9C9C9C. Windows color (decimal): -3635056 or 9472200. OLE color: 9472200.

HSL color Cylindrical-coordinate representation of color #C88890: hue angle of 352.5º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C88890 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 136 144 -
CMYK 0 0.32 0.28 0.22
HSL 352.5º 0.37% 0.66% -
HSV(B) 352.5º 0.32% 0.78% -
XYZ 37.66 31.9 30.56 -
YUV 156.05 121.2 159.35 -
System Red Green Blue C M Y K H S L
Decimal 200 136 144 0 0.32 0.28 0.22 352.5 0.37 0.66
Hex C8 88 90 0 20 1C 16 160 25 42
Octal 310 210 220 0 40 34 26 540 45 102
Binary 11001000 10001000 10010000 0 100000 11100 10110 101100000 100101 1000010

Color Harmonies of #C88890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88890

Black with #C88890

Text Example


Text Example

White with #C88890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88890; }

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

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

background-color css

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

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

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

border-color css

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

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

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