Html Css Color HEX #CE8092 Puce

📋 copy color: '#CE8092'

red 206 ◦ green 128 ◦ blue 146

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

Shades of Puce #CE8092

Tints of Puce #CE8092

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.67%

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

R = 42.92%
G = 26.67%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE8092 (or 0xCE8092) is known color: Puce. HEX triplet: CE, 80 and 92. RGB value is (206,128,146). Sum of RGB (Red+Green+Blue) = 206+128+146=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8092 is #317F6D. Grayscale: #999999. Windows color (decimal): -3243886 or 9601230. OLE color: 9601230.

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

Color convert

RGB 206 128 146 -
CMYK 0 0.38 0.29 0.19
HSL 346.15º 0.44% 0.65% -
HSV(B) 346.15º 0.38% 0.81% -
XYZ 38.36 30.64 31.09 -
YUV 153.37 123.84 165.54 -
System Red Green Blue C M Y K H S L
Decimal 206 128 146 0 0.38 0.29 0.19 346.15 0.44 0.65
Hex CE 80 92 0 26 1D 13 15A 2C 41
Octal 316 200 222 0 46 35 23 532 54 101
Binary 11001110 10000000 10010010 0 100110 11101 10011 101011010 101100 1000001

Color Harmonies of #CE8092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8092

Black with #CE8092

Text Example


Text Example

White with #CE8092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8092; }

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

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

background-color css

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

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

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

border-color css

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

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

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