Html Css Color HEX #C88095 Puce

📋 copy color: '#C88095'

red 200 ◦ green 128 ◦ blue 149

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

Shades of Puce #C88095

Tints of Puce #C88095

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.83%

 BLUE value IS 149 (58.59% from 255) = 31.24%

R = 41.93%
G = 26.83%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C88095 (or 0xC88095) is known color: Puce. HEX triplet: C8, 80 and 95. RGB value is (200,128,149). Sum of RGB (Red+Green+Blue) = 200+128+149=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C88095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88095 is #377F6A. Grayscale: #979797. Windows color (decimal): -3637099 or 9797832. OLE color: 9797832.

HSL color Cylindrical-coordinate representation of color #C88095: hue angle of 342.5º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C88095 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 128 149 -
CMYK 0 0.36 0.26 0.22
HSL 342.5º 0.4% 0.64% -
HSV(B) 342.5º 0.36% 0.78% -
XYZ 36.96 29.89 32.25 -
YUV 151.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 200 128 149 0 0.36 0.26 0.22 342.5 0.4 0.64
Hex C8 80 95 0 24 1A 16 156 28 40
Octal 310 200 225 0 44 32 26 526 50 100
Binary 11001000 10000000 10010101 0 100100 11010 10110 101010110 101000 1000000

Color Harmonies of #C88095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88095

Black with #C88095

Text Example


Text Example

White with #C88095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88095; }

 p { color: rgb(200,128,149); }

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

background-color css

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

 a { background-color: rgb(200,128,149); }

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

border-color css

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

 span { border-color: rgb(200,128,149); }

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