Html Css Color HEX #CE8992 Puce

📋 copy color: '#CE8992'

red 206 ◦ green 137 ◦ blue 146

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

Shades of Puce #CE8992

Tints of Puce #CE8992

RGB

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

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

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

R = 42.13%
G = 28.02%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE8992 (or 0xCE8992) is known color: Puce. HEX triplet: CE, 89 and 92. RGB value is (206,137,146). Sum of RGB (Red+Green+Blue) = 206+137+146=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8992 is #31766D. Grayscale: #9E9E9E. Windows color (decimal): -3241582 or 9603534. OLE color: 9603534.

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

Color convert

RGB 206 137 146 -
CMYK 0 0.33 0.29 0.19
HSL 352.17º 0.41% 0.67% -
HSV(B) 352.17º 0.33% 0.81% -
XYZ 39.59 33.09 31.49 -
YUV 158.66 120.86 161.77 -
System Red Green Blue C M Y K H S L
Decimal 206 137 146 0 0.33 0.29 0.19 352.17 0.41 0.67
Hex CE 89 92 0 21 1D 13 160 29 43
Octal 316 211 222 0 41 35 23 540 51 103
Binary 11001110 10001001 10010010 0 100001 11101 10011 101100000 101001 1000011

Color Harmonies of #CE8992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8992

Black with #CE8992

Text Example


Text Example

White with #CE8992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8992; }

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

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

background-color css

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

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

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

border-color css

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

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

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