Html Css Color HEX #CE8999 Puce

📋 copy color: '#CE8999'

red 206 ◦ green 137 ◦ blue 153

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

Shades of Puce #CE8999

Tints of Puce #CE8999

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.62%

 BLUE value IS 153 (60.16% from 255) = 30.85%

R = 41.53%
G = 27.62%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CE8999 (or 0xCE8999) is known color: Puce. HEX triplet: CE, 89 and 99. RGB value is (206,137,153). Sum of RGB (Red+Green+Blue) = 206+137+153=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8999 is #317666. Grayscale: #9F9F9F. Windows color (decimal): -3241575 or 10062286. OLE color: 10062286.

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

Color convert

RGB 206 137 153 -
CMYK 0 0.33 0.26 0.19
HSL 346.09º 0.41% 0.67% -
HSV(B) 346.09º 0.33% 0.81% -
XYZ 40.15 33.31 34.45 -
YUV 159.46 124.36 161.2 -
System Red Green Blue C M Y K H S L
Decimal 206 137 153 0 0.33 0.26 0.19 346.09 0.41 0.67
Hex CE 89 99 0 21 1A 13 15A 29 43
Octal 316 211 231 0 41 32 23 532 51 103
Binary 11001110 10001001 10011001 0 100001 11010 10011 101011010 101001 1000011

Color Harmonies of #CE8999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8999

Black with #CE8999

Text Example


Text Example

White with #CE8999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8999; }

 p { color: rgb(206,137,153); }

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

background-color css

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

 a { background-color: rgb(206,137,153); }

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

border-color css

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

 span { border-color: rgb(206,137,153); }

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