Html Css Color HEX #CE888B Puce

📋 copy color: '#CE888B'

red 206 ◦ green 136 ◦ blue 139

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

Shades of Puce #CE888B

Tints of Puce #CE888B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.27%

 BLUE value IS 139 (54.69% from 255) = 28.9%

R = 42.83%
G = 28.27%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE888B (or 0xCE888B) is known color: Puce. HEX triplet: CE, 88 and 8B. RGB value is (206,136,139). Sum of RGB (Red+Green+Blue) = 206+136+139=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE888B is #317774. Grayscale: #9D9D9D. Windows color (decimal): -3241845 or 9144526. OLE color: 9144526.

HSL color Cylindrical-coordinate representation of color #CE888B: hue angle of 357.43º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE888B is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 136 139 -
CMYK 0 0.34 0.33 0.19
HSL 357.43º 0.42% 0.67% -
HSV(B) 357.43º 0.34% 0.81% -
XYZ 38.92 32.59 28.67 -
YUV 157.27 117.69 162.76 -
System Red Green Blue C M Y K H S L
Decimal 206 136 139 0 0.34 0.33 0.19 357.43 0.42 0.67
Hex CE 88 8B 0 22 21 13 165 2A 43
Octal 316 210 213 0 42 41 23 545 52 103
Binary 11001110 10001000 10001011 0 100010 100001 10011 101100101 101010 1000011

Color Harmonies of #CE888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE888B

Black with #CE888B

Text Example


Text Example

White with #CE888B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE888B; }

 p { color: rgb(206,136,139); }

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

background-color css

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

 a { background-color: rgb(206,136,139); }

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

border-color css

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

 span { border-color: rgb(206,136,139); }

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