Html Css Color HEX #CE8796 Puce

📋 copy color: '#CE8796'

red 206 ◦ green 135 ◦ blue 150

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

Shades of Puce #CE8796

Tints of Puce #CE8796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.55%

R = 41.96%
G = 27.49%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE8796 (or 0xCE8796) is known color: Puce. HEX triplet: CE, 87 and 96. RGB value is (206,135,150). Sum of RGB (Red+Green+Blue) = 206+135+150=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8796 is #317869. Grayscale: #9D9D9D. Windows color (decimal): -3242090 or 9865166. OLE color: 9865166.

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

Color convert

RGB 206 135 150 -
CMYK 0 0.34 0.27 0.19
HSL 347.32º 0.42% 0.67% -
HSV(B) 347.32º 0.34% 0.81% -
XYZ 39.62 32.65 33.07 -
YUV 157.94 123.52 162.28 -
System Red Green Blue C M Y K H S L
Decimal 206 135 150 0 0.34 0.27 0.19 347.32 0.42 0.67
Hex CE 87 96 0 22 1B 13 15B 2A 43
Octal 316 207 226 0 42 33 23 533 52 103
Binary 11001110 10000111 10010110 0 100010 11011 10011 101011011 101010 1000011

Color Harmonies of #CE8796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8796

Black with #CE8796

Text Example


Text Example

White with #CE8796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8796; }

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

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

background-color css

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

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

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

border-color css

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

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

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