Html Css Color HEX #CE8697 Puce

📋 copy color: '#CE8697'

red 206 ◦ green 134 ◦ blue 151

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

Shades of Puce #CE8697

Tints of Puce #CE8697

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.29%

 BLUE value IS 151 (59.38% from 255) = 30.75%

R = 41.96%
G = 27.29%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE8697 (or 0xCE8697) is known color: Puce. HEX triplet: CE, 86 and 97. RGB value is (206,134,151). Sum of RGB (Red+Green+Blue) = 206+134+151=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8697 is #317968. Grayscale: #9D9D9D. Windows color (decimal): -3242345 or 9930446. OLE color: 9930446.

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

Color convert

RGB 206 134 151 -
CMYK 0 0.35 0.27 0.19
HSL 345.83º 0.42% 0.67% -
HSV(B) 345.83º 0.35% 0.81% -
XYZ 39.56 32.41 33.45 -
YUV 157.47 124.35 162.62 -
System Red Green Blue C M Y K H S L
Decimal 206 134 151 0 0.35 0.27 0.19 345.83 0.42 0.67
Hex CE 86 97 0 23 1B 13 15A 2A 43
Octal 316 206 227 0 43 33 23 532 52 103
Binary 11001110 10000110 10010111 0 100011 11011 10011 101011010 101010 1000011

Color Harmonies of #CE8697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8697

Black with #CE8697

Text Example


Text Example

White with #CE8697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8697; }

 p { color: rgb(206,134,151); }

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

background-color css

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

 a { background-color: rgb(206,134,151); }

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

border-color css

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

 span { border-color: rgb(206,134,151); }

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