Html Css Color HEX #C88788 Puce

📋 copy color: '#C88788'

red 200 ◦ green 135 ◦ blue 136

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

Shades of Puce #C88788

Tints of Puce #C88788

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.66%

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

R = 42.46%
G = 28.66%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C88788 (or 0xC88788) is known color: Puce. HEX triplet: C8, 87 and 88. RGB value is (200,135,136). Sum of RGB (Red+Green+Blue) = 200+135+136=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C88788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88788 is #377877. Grayscale: #9A9A9A. Windows color (decimal): -3635320 or 8947656. OLE color: 8947656.

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

Color convert

RGB 200 135 136 -
CMYK 0 0.32 0.32 0.22
HSL 359.08º 0.37% 0.66% -
HSV(B) 359.08º 0.33% 0.78% -
XYZ 36.93 31.38 27.4 -
YUV 154.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 200 135 136 0 0.32 0.32 0.22 359.08 0.37 0.66
Hex C8 87 88 0 20 20 16 167 25 42
Octal 310 207 210 0 40 40 26 547 45 102
Binary 11001000 10000111 10001000 0 100000 100000 10110 101100111 100101 1000010

Color Harmonies of #C88788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88788

Black with #C88788

Text Example


Text Example

White with #C88788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88788; }

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

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

background-color css

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

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

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

border-color css

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

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

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