Html Css Color HEX #C88D8F Puce

📋 copy color: '#C88D8F'

red 200 ◦ green 141 ◦ blue 143

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

Shades of Puce #C88D8F

Tints of Puce #C88D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.55%

R = 41.32%
G = 29.13%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C88D8F (or 0xC88D8F) is known color: Puce. HEX triplet: C8, 8D and 8F. RGB value is (200,141,143). Sum of RGB (Red+Green+Blue) = 200+141+143=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88D8F is #377270. Grayscale: #9E9E9E. Windows color (decimal): -3633777 or 9407944. OLE color: 9407944.

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

Color convert

RGB 200 141 143 -
CMYK 0 0.29 0.28 0.22
HSL 357.97º 0.35% 0.67% -
HSV(B) 357.97º 0.3% 0.78% -
XYZ 38.3 33.31 30.4 -
YUV 158.87 119.05 157.34 -
System Red Green Blue C M Y K H S L
Decimal 200 141 143 0 0.29 0.28 0.22 357.97 0.35 0.67
Hex C8 8D 8F 0 1D 1C 16 166 23 43
Octal 310 215 217 0 35 34 26 546 43 103
Binary 11001000 10001101 10001111 0 11101 11100 10110 101100110 100011 1000011

Color Harmonies of #C88D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88D8F

Black with #C88D8F

Text Example


Text Example

White with #C88D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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