Html Css Color HEX #CE8292 Puce

📋 copy color: '#CE8292'

red 206 ◦ green 130 ◦ blue 146

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

Shades of Puce #CE8292

Tints of Puce #CE8292

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.97%

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

R = 42.74%
G = 26.97%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE8292 (or 0xCE8292) is known color: Puce. HEX triplet: CE, 82 and 92. RGB value is (206,130,146). Sum of RGB (Red+Green+Blue) = 206+130+146=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8292 is #317D6D. Grayscale: #9A9A9A. Windows color (decimal): -3243374 or 9601742. OLE color: 9601742.

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

Color convert

RGB 206 130 146 -
CMYK 0 0.37 0.29 0.19
HSL 347.37º 0.44% 0.66% -
HSV(B) 347.37º 0.37% 0.81% -
XYZ 38.62 31.16 31.17 -
YUV 154.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 206 130 146 0 0.37 0.29 0.19 347.37 0.44 0.66
Hex CE 82 92 0 25 1D 13 15B 2C 42
Octal 316 202 222 0 45 35 23 533 54 102
Binary 11001110 10000010 10010010 0 100101 11101 10011 101011011 101100 1000010

Color Harmonies of #CE8292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8292

Black with #CE8292

Text Example


Text Example

White with #CE8292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8292; }

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

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

background-color css

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

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

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

border-color css

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

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

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