Html Css Color HEX #CE8899 Puce

📋 copy color: '#CE8899'

red 206 ◦ green 136 ◦ blue 153

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

Shades of Puce #CE8899

Tints of Puce #CE8899

RGB

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

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

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

R = 41.62%
G = 27.47%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CE8899 (or 0xCE8899) is known color: Puce. HEX triplet: CE, 88 and 99. RGB value is (206,136,153). Sum of RGB (Red+Green+Blue) = 206+136+153=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8899 is #317766. Grayscale: #9E9E9E. Windows color (decimal): -3241831 or 10062030. OLE color: 10062030.

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

Color convert

RGB 206 136 153 -
CMYK 0 0.34 0.26 0.19
HSL 345.43º 0.42% 0.67% -
HSV(B) 345.43º 0.34% 0.81% -
XYZ 40.01 33.03 34.4 -
YUV 158.87 124.69 161.62 -
System Red Green Blue C M Y K H S L
Decimal 206 136 153 0 0.34 0.26 0.19 345.43 0.42 0.67
Hex CE 88 99 0 22 1A 13 159 2A 43
Octal 316 210 231 0 42 32 23 531 52 103
Binary 11001110 10001000 10011001 0 100010 11010 10011 101011001 101010 1000011

Color Harmonies of #CE8899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8899

Black with #CE8899

Text Example


Text Example

White with #CE8899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8899; }

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

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

background-color css

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

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

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

border-color css

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

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

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