Html Css Color HEX #CE8791 Puce

📋 copy color: '#CE8791'

red 206 ◦ green 135 ◦ blue 145

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

Shades of Puce #CE8791

Tints of Puce #CE8791

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.78%

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

R = 42.39%
G = 27.78%
B = 29.84%

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

#CE8791 (or 0xCE8791) is known color: Puce. HEX triplet: CE, 87 and 91. RGB value is (206,135,145). Sum of RGB (Red+Green+Blue) = 206+135+145=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8791 is #31786E. Grayscale: #9D9D9D. Windows color (decimal): -3242095 or 9537486. OLE color: 9537486.

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

Color convert

RGB 206 135 145 -
CMYK 0 0.34 0.30 0.19
HSL 351.55º 0.42% 0.67% -
HSV(B) 351.55º 0.34% 0.81% -
XYZ 39.23 32.49 30.99 -
YUV 157.37 121.02 162.69 -
System Red Green Blue C M Y K H S L
Decimal 206 135 145 0 0.34 0.30 0.19 351.55 0.42 0.67
Hex CE 87 91 0 22 1E 13 160 2A 43
Octal 316 207 221 0 42 36 23 540 52 103
Binary 11001110 10000111 10010001 0 100010 11110 10011 101100000 101010 1000011

Color Harmonies of #CE8791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8791

Black with #CE8791

Text Example


Text Example

White with #CE8791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8791; }

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

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

background-color css

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

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

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

border-color css

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

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

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