Html Css Color HEX #CE898A Puce

📋 copy color: '#CE898A'

red 206 ◦ green 137 ◦ blue 138

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

Shades of Puce #CE898A

Tints of Puce #CE898A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.69%

R = 42.83%
G = 28.48%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE898A (or 0xCE898A) is known color: Puce. HEX triplet: CE, 89 and 8A. RGB value is (206,137,138). Sum of RGB (Red+Green+Blue) = 206+137+138=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE898A is #317675. Grayscale: #9D9D9D. Windows color (decimal): -3241590 or 9079246. OLE color: 9079246.

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

Color convert

RGB 206 137 138 -
CMYK 0 0.33 0.33 0.19
HSL 359.13º 0.41% 0.67% -
HSV(B) 359.13º 0.33% 0.81% -
XYZ 38.99 32.85 28.33 -
YUV 157.75 116.86 162.42 -
System Red Green Blue C M Y K H S L
Decimal 206 137 138 0 0.33 0.33 0.19 359.13 0.41 0.67
Hex CE 89 8A 0 21 21 13 167 29 43
Octal 316 211 212 0 41 41 23 547 51 103
Binary 11001110 10001001 10001010 0 100001 100001 10011 101100111 101001 1000011

Color Harmonies of #CE898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE898A

Black with #CE898A

Text Example


Text Example

White with #CE898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE898A; }

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

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

background-color css

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

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

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

border-color css

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

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

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