Html Css Color HEX #CE8892 Puce

📋 copy color: '#CE8892'

red 206 ◦ green 136 ◦ blue 146

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

Shades of Puce #CE8892

Tints of Puce #CE8892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.92%

R = 42.21%
G = 27.87%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE8892 (or 0xCE8892) is known color: Puce. HEX triplet: CE, 88 and 92. RGB value is (206,136,146). Sum of RGB (Red+Green+Blue) = 206+136+146=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8892 is #31776D. Grayscale: #9E9E9E. Windows color (decimal): -3241838 or 9603278. OLE color: 9603278.

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

Color convert

RGB 206 136 146 -
CMYK 0 0.34 0.29 0.19
HSL 351.43º 0.42% 0.67% -
HSV(B) 351.43º 0.34% 0.81% -
XYZ 39.45 32.81 31.45 -
YUV 158.07 121.19 162.19 -
System Red Green Blue C M Y K H S L
Decimal 206 136 146 0 0.34 0.29 0.19 351.43 0.42 0.67
Hex CE 88 92 0 22 1D 13 15F 2A 43
Octal 316 210 222 0 42 35 23 537 52 103
Binary 11001110 10001000 10010010 0 100010 11101 10011 101011111 101010 1000011

Color Harmonies of #CE8892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8892

Black with #CE8892

Text Example


Text Example

White with #CE8892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8892; }

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

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

background-color css

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

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

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

border-color css

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

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

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