Html Css Color HEX #C88D95 Puce

📋 copy color: '#C88D95'

red 200 ◦ green 141 ◦ blue 149

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

Shades of Puce #C88D95

Tints of Puce #C88D95

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.78%

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

R = 40.82%
G = 28.78%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C88D95 (or 0xC88D95) is known color: Puce. HEX triplet: C8, 8D and 95. RGB value is (200,141,149). Sum of RGB (Red+Green+Blue) = 200+141+149=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88D95 is #37726A. Grayscale: #9F9F9F. Windows color (decimal): -3633771 or 9801160. OLE color: 9801160.

HSL color Cylindrical-coordinate representation of color #C88D95: hue angle of 351.86º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C88D95 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 141 149 -
CMYK 0 0.29 0.26 0.22
HSL 351.86º 0.35% 0.67% -
HSV(B) 351.86º 0.3% 0.78% -
XYZ 38.77 33.5 32.86 -
YUV 159.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 200 141 149 0 0.29 0.26 0.22 351.86 0.35 0.67
Hex C8 8D 95 0 1D 1A 16 160 23 43
Octal 310 215 225 0 35 32 26 540 43 103
Binary 11001000 10001101 10010101 0 11101 11010 10110 101100000 100011 1000011

Color Harmonies of #C88D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88D95

Black with #C88D95

Text Example


Text Example

White with #C88D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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