Html Css Color HEX #CE8894 Puce

📋 copy color: '#CE8894'

red 206 ◦ green 136 ◦ blue 148

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

Shades of Puce #CE8894

Tints of Puce #CE8894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.2%

R = 42.04%
G = 27.76%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE8894 (or 0xCE8894) is known color: Puce. HEX triplet: CE, 88 and 94. RGB value is (206,136,148). Sum of RGB (Red+Green+Blue) = 206+136+148=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8894 is #31776B. Grayscale: #9E9E9E. Windows color (decimal): -3241836 or 9734350. OLE color: 9734350.

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

Color convert

RGB 206 136 148 -
CMYK 0 0.34 0.28 0.19
HSL 349.71º 0.42% 0.67% -
HSV(B) 349.71º 0.34% 0.81% -
XYZ 39.6 32.87 32.27 -
YUV 158.3 122.19 162.02 -
System Red Green Blue C M Y K H S L
Decimal 206 136 148 0 0.34 0.28 0.19 349.71 0.42 0.67
Hex CE 88 94 0 22 1C 13 15E 2A 43
Octal 316 210 224 0 42 34 23 536 52 103
Binary 11001110 10001000 10010100 0 100010 11100 10011 101011110 101010 1000011

Color Harmonies of #CE8894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8894

Black with #CE8894

Text Example


Text Example

White with #CE8894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8894; }

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

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

background-color css

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

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

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

border-color css

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

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

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