Html Css Color HEX #C8888D Puce

📋 copy color: '#C8888D'

red 200 ◦ green 136 ◦ blue 141

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

Shades of Puce #C8888D

Tints of Puce #C8888D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.56%

R = 41.93%
G = 28.51%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8888D (or 0xC8888D) is known color: Puce. HEX triplet: C8, 88 and 8D. RGB value is (200,136,141). Sum of RGB (Red+Green+Blue) = 200+136+141=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C8888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8888D is #377772. Grayscale: #9B9B9B. Windows color (decimal): -3635059 or 9275592. OLE color: 9275592.

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

Color convert

RGB 200 136 141 -
CMYK 0 0.32 0.29 0.22
HSL 355.31º 0.37% 0.66% -
HSV(B) 355.31º 0.32% 0.78% -
XYZ 37.43 31.81 29.37 -
YUV 155.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 200 136 141 0 0.32 0.29 0.22 355.31 0.37 0.66
Hex C8 88 8D 0 20 1D 16 163 25 42
Octal 310 210 215 0 40 35 26 543 45 102
Binary 11001000 10001000 10001101 0 100000 11101 10110 101100011 100101 1000010

Color Harmonies of #C8888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8888D

Black with #C8888D

Text Example


Text Example

White with #C8888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8888D; }

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

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

background-color css

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

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

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

border-color css

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

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

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