Html Css Color HEX #CE8D8E Puce

📋 copy color: '#CE8D8E'

red 206 ◦ green 141 ◦ blue 142

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

Shades of Puce #CE8D8E

Tints of Puce #CE8D8E

RGB

 RED value IS 206 (80.86% from 255) = 42.13%

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

 BLUE value IS 142 (55.86% from 255) = 29.04%

R = 42.13%
G = 28.83%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE8D8E (or 0xCE8D8E) is known color: Puce. HEX triplet: CE, 8D and 8E. RGB value is (206,141,142). Sum of RGB (Red+Green+Blue) = 206+141+142=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8D8E is #317271. Grayscale: #A0A0A0. Windows color (decimal): -3240562 or 9342414. OLE color: 9342414.

HSL color Cylindrical-coordinate representation of color #CE8D8E: hue angle of 359.08º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE8D8E is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 141 142 -
CMYK 0 0.32 0.31 0.19
HSL 359.08º 0.4% 0.68% -
HSV(B) 359.08º 0.32% 0.81% -
XYZ 39.86 34.12 30.08 -
YUV 160.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 206 141 142 0 0.32 0.31 0.19 359.08 0.4 0.68
Hex CE 8D 8E 0 20 1F 13 167 28 44
Octal 316 215 216 0 40 37 23 547 50 104
Binary 11001110 10001101 10001110 0 100000 11111 10011 101100111 101000 1000100

Color Harmonies of #CE8D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D8E

Black with #CE8D8E

Text Example


Text Example

White with #CE8D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D8E; }

 p { color: rgb(206,141,142); }

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

background-color css

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

 a { background-color: rgb(206,141,142); }

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

border-color css

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

 span { border-color: rgb(206,141,142); }

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