Html Css Color HEX #C88C8D Puce

📋 copy color: '#C88C8D'

red 200 ◦ green 140 ◦ blue 141

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

Shades of Puce #C88C8D

Tints of Puce #C88C8D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.11%

 BLUE value IS 141 (55.47% from 255) = 29.31%

R = 41.58%
G = 29.11%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C88C8D (or 0xC88C8D) is known color: Puce. HEX triplet: C8, 8C and 8D. RGB value is (200,140,141). Sum of RGB (Red+Green+Blue) = 200+140+141=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88C8D is #377372. Grayscale: #9E9E9E. Windows color (decimal): -3634035 or 9276616. OLE color: 9276616.

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

Color convert

RGB 200 140 141 -
CMYK 0 0.3 0.29 0.22
HSL 359º 0.35% 0.67% -
HSV(B) 359º 0.3% 0.78% -
XYZ 38.01 32.96 29.56 -
YUV 158.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 200 140 141 0 0.3 0.29 0.22 359 0.35 0.67
Hex C8 8C 8D 0 1E 1D 16 167 23 43
Octal 310 214 215 0 36 35 26 547 43 103
Binary 11001000 10001100 10001101 0 11110 11101 10110 101100111 100011 1000011

Color Harmonies of #C88C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88C8D

Black with #C88C8D

Text Example


Text Example

White with #C88C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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