Html Css Color HEX #CE8392 Puce

📋 copy color: '#CE8392'

red 206 ◦ green 131 ◦ blue 146

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

Shades of Puce #CE8392

Tints of Puce #CE8392

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.12%

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

R = 42.65%
G = 27.12%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE8392 (or 0xCE8392) is known color: Puce. HEX triplet: CE, 83 and 92. RGB value is (206,131,146). Sum of RGB (Red+Green+Blue) = 206+131+146=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8392 is #317C6D. Grayscale: #9B9B9B. Windows color (decimal): -3243118 or 9601998. OLE color: 9601998.

HSL color Cylindrical-coordinate representation of color #CE8392: hue angle of 348º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE8392 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 131 146 -
CMYK 0 0.36 0.29 0.19
HSL 348º 0.43% 0.66% -
HSV(B) 348º 0.36% 0.81% -
XYZ 38.76 31.43 31.22 -
YUV 155.14 122.85 164.28 -
System Red Green Blue C M Y K H S L
Decimal 206 131 146 0 0.36 0.29 0.19 348 0.43 0.66
Hex CE 83 92 0 24 1D 13 15C 2B 42
Octal 316 203 222 0 44 35 23 534 53 102
Binary 11001110 10000011 10010010 0 100100 11101 10011 101011100 101011 1000010

Color Harmonies of #CE8392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8392

Black with #CE8392

Text Example


Text Example

White with #CE8392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8392; }

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

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

background-color css

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

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

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

border-color css

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

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

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