Html Css Color HEX #CE888A Puce

📋 copy color: '#CE888A'

red 206 ◦ green 136 ◦ blue 138

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

Shades of Puce #CE888A

Tints of Puce #CE888A

RGB

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

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

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

R = 42.92%
G = 28.33%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE888A (or 0xCE888A) is known color: Puce. HEX triplet: CE, 88 and 8A. RGB value is (206,136,138). Sum of RGB (Red+Green+Blue) = 206+136+138=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE888A is #317775. Grayscale: #9D9D9D. Windows color (decimal): -3241846 or 9078990. OLE color: 9078990.

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

Color convert

RGB 206 136 138 -
CMYK 0 0.34 0.33 0.19
HSL 358.29º 0.42% 0.67% -
HSV(B) 358.29º 0.34% 0.81% -
XYZ 38.85 32.57 28.28 -
YUV 157.16 117.19 162.84 -
System Red Green Blue C M Y K H S L
Decimal 206 136 138 0 0.34 0.33 0.19 358.29 0.42 0.67
Hex CE 88 8A 0 22 21 13 166 2A 43
Octal 316 210 212 0 42 41 23 546 52 103
Binary 11001110 10001000 10001010 0 100010 100001 10011 101100110 101010 1000011

Color Harmonies of #CE888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE888A

Black with #CE888A

Text Example


Text Example

White with #CE888A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE888A; }

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

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

background-color css

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

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

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

border-color css

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

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

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