Html Css Color HEX #C88488 Puce

📋 copy color: '#C88488'

red 200 ◦ green 132 ◦ blue 136

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

Shades of Puce #C88488

Tints of Puce #C88488

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.21%

 BLUE value IS 136 (53.52% from 255) = 29.06%

R = 42.74%
G = 28.21%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C88488 (or 0xC88488) is known color: Puce. HEX triplet: C8, 84 and 88. RGB value is (200,132,136). Sum of RGB (Red+Green+Blue) = 200+132+136=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C88488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88488 is #377B77. Grayscale: #989898. Windows color (decimal): -3636088 or 8946888. OLE color: 8946888.

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

Color convert

RGB 200 132 136 -
CMYK 0 0.34 0.32 0.22
HSL 356.47º 0.38% 0.65% -
HSV(B) 356.47º 0.34% 0.78% -
XYZ 36.51 30.56 27.27 -
YUV 152.79 118.53 161.67 -
System Red Green Blue C M Y K H S L
Decimal 200 132 136 0 0.34 0.32 0.22 356.47 0.38 0.65
Hex C8 84 88 0 22 20 16 164 26 41
Octal 310 204 210 0 42 40 26 544 46 101
Binary 11001000 10000100 10001000 0 100010 100000 10110 101100100 100110 1000001

Color Harmonies of #C88488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88488

Black with #C88488

Text Example


Text Example

White with #C88488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88488; }

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

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

background-color css

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

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

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

border-color css

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

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

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