Html Css Color HEX #CE8998 Puce

📋 copy color: '#CE8998'

red 206 ◦ green 137 ◦ blue 152

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

Shades of Puce #CE8998

Tints of Puce #CE8998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.71%

R = 41.62%
G = 27.68%
B = 30.71%

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

#CE8998 (or 0xCE8998) is known color: Puce. HEX triplet: CE, 89 and 98. RGB value is (206,137,152). Sum of RGB (Red+Green+Blue) = 206+137+152=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8998 is #317667. Grayscale: #9F9F9F. Windows color (decimal): -3241576 or 9996750. OLE color: 9996750.

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

Color convert

RGB 206 137 152 -
CMYK 0 0.33 0.26 0.19
HSL 346.96º 0.41% 0.67% -
HSV(B) 346.96º 0.33% 0.81% -
XYZ 40.07 33.28 34.02 -
YUV 159.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 206 137 152 0 0.33 0.26 0.19 346.96 0.41 0.67
Hex CE 89 98 0 21 1A 13 15B 29 43
Octal 316 211 230 0 41 32 23 533 51 103
Binary 11001110 10001001 10011000 0 100001 11010 10011 101011011 101001 1000011

Color Harmonies of #CE8998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8998

Black with #CE8998

Text Example


Text Example

White with #CE8998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8998; }

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

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

background-color css

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

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

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

border-color css

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

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

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