Html Css Color HEX #CE8D8F Puce

📋 copy color: '#CE8D8F'

red 206 ◦ green 141 ◦ blue 143

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

Shades of Puce #CE8D8F

Tints of Puce #CE8D8F

RGB

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

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

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

R = 42.04%
G = 28.78%
B = 29.18%

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

#CE8D8F (or 0xCE8D8F) is known color: Puce. HEX triplet: CE, 8D and 8F. RGB value is (206,141,143). Sum of RGB (Red+Green+Blue) = 206+141+143=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8D8F is #317270. Grayscale: #A0A0A0. Windows color (decimal): -3240561 or 9407950. OLE color: 9407950.

HSL color Cylindrical-coordinate representation of color #CE8D8F: hue angle of 358.15º 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 #CE8D8F is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 141 143 -
CMYK 0 0.32 0.31 0.19
HSL 358.15º 0.4% 0.68% -
HSV(B) 358.15º 0.32% 0.81% -
XYZ 39.94 34.15 30.47 -
YUV 160.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 206 141 143 0 0.32 0.31 0.19 358.15 0.4 0.68
Hex CE 8D 8F 0 20 1F 13 166 28 44
Octal 316 215 217 0 40 37 23 546 50 104
Binary 11001110 10001101 10001111 0 100000 11111 10011 101100110 101000 1000100

Color Harmonies of #CE8D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D8F

Black with #CE8D8F

Text Example


Text Example

White with #CE8D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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