Html Css Color HEX #CE8891 Puce

📋 copy color: '#CE8891'

red 206 ◦ green 136 ◦ blue 145

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

Shades of Puce #CE8891

Tints of Puce #CE8891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.77%

R = 42.3%
G = 27.93%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE8891 (or 0xCE8891) is known color: Puce. HEX triplet: CE, 88 and 91. RGB value is (206,136,145). Sum of RGB (Red+Green+Blue) = 206+136+145=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8891 is #31776E. Grayscale: #9D9D9D. Windows color (decimal): -3241839 or 9537742. OLE color: 9537742.

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

Color convert

RGB 206 136 145 -
CMYK 0 0.34 0.30 0.19
HSL 352.29º 0.42% 0.67% -
HSV(B) 352.29º 0.34% 0.81% -
XYZ 39.37 32.77 31.04 -
YUV 157.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 206 136 145 0 0.34 0.30 0.19 352.29 0.42 0.67
Hex CE 88 91 0 22 1E 13 160 2A 43
Octal 316 210 221 0 42 36 23 540 52 103
Binary 11001110 10001000 10010001 0 100010 11110 10011 101100000 101010 1000011

Color Harmonies of #CE8891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8891

Black with #CE8891

Text Example


Text Example

White with #CE8891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8891; }

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

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

background-color css

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

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

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

border-color css

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

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

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