Html Css Color HEX #C88596 Puce

📋 copy color: '#C88596'

red 200 ◦ green 133 ◦ blue 150

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

Shades of Puce #C88596

Tints of Puce #C88596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.06%

R = 41.41%
G = 27.54%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C88596 (or 0xC88596) is known color: Puce. HEX triplet: C8, 85 and 96. RGB value is (200,133,150). Sum of RGB (Red+Green+Blue) = 200+133+150=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C88596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88596 is #377A69. Grayscale: #9A9A9A. Windows color (decimal): -3635818 or 9864648. OLE color: 9864648.

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

Color convert

RGB 200 133 150 -
CMYK 0 0.34 0.25 0.22
HSL 344.78º 0.38% 0.65% -
HSV(B) 344.78º 0.34% 0.78% -
XYZ 37.71 31.26 32.9 -
YUV 154.97 125.2 160.12 -
System Red Green Blue C M Y K H S L
Decimal 200 133 150 0 0.34 0.25 0.22 344.78 0.38 0.65
Hex C8 85 96 0 22 19 16 159 26 41
Octal 310 205 226 0 42 31 26 531 46 101
Binary 11001000 10000101 10010110 0 100010 11001 10110 101011001 100110 1000001

Color Harmonies of #C88596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88596

Black with #C88596

Text Example


Text Example

White with #C88596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88596; }

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

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

background-color css

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

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

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

border-color css

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

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

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