Html Css Color HEX #C88587 Puce

📋 copy color: '#C88587'

red 200 ◦ green 133 ◦ blue 135

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

Shades of Puce #C88587

Tints of Puce #C88587

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.42%

 BLUE value IS 135 (53.13% from 255) = 28.85%

R = 42.74%
G = 28.42%
B = 28.85%

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

#C88587 (or 0xC88587) is known color: Puce. HEX triplet: C8, 85 and 87. RGB value is (200,133,135). Sum of RGB (Red+Green+Blue) = 200+133+135=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C88587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88587 is #377A78. Grayscale: #999999. Windows color (decimal): -3635833 or 8881608. OLE color: 8881608.

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

Color convert

RGB 200 133 135 -
CMYK 0 0.34 0.32 0.22
HSL 358.21º 0.38% 0.65% -
HSV(B) 358.21º 0.34% 0.78% -
XYZ 36.58 30.8 26.94 -
YUV 153.26 117.7 161.34 -
System Red Green Blue C M Y K H S L
Decimal 200 133 135 0 0.34 0.32 0.22 358.21 0.38 0.65
Hex C8 85 87 0 22 20 16 166 26 41
Octal 310 205 207 0 42 40 26 546 46 101
Binary 11001000 10000101 10000111 0 100010 100000 10110 101100110 100110 1000001

Color Harmonies of #C88587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88587

Black with #C88587

Text Example


Text Example

White with #C88587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88587; }

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

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

background-color css

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

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

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

border-color css

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

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

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