Html Css Color HEX #CE8492 Puce

📋 copy color: '#CE8492'

red 206 ◦ green 132 ◦ blue 146

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

Shades of Puce #CE8492

Tints of Puce #CE8492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.27%

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

R = 42.56%
G = 27.27%
B = 30.17%

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

#CE8492 (or 0xCE8492) is known color: Puce. HEX triplet: CE, 84 and 92. RGB value is (206,132,146). Sum of RGB (Red+Green+Blue) = 206+132+146=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8492 is #317B6D. Grayscale: #9B9B9B. Windows color (decimal): -3242862 or 9602254. OLE color: 9602254.

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

Color convert

RGB 206 132 146 -
CMYK 0 0.36 0.29 0.19
HSL 348.65º 0.43% 0.66% -
HSV(B) 348.65º 0.36% 0.81% -
XYZ 38.89 31.7 31.26 -
YUV 155.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 206 132 146 0 0.36 0.29 0.19 348.65 0.43 0.66
Hex CE 84 92 0 24 1D 13 15D 2B 42
Octal 316 204 222 0 44 35 23 535 53 102
Binary 11001110 10000100 10010010 0 100100 11101 10011 101011101 101011 1000010

Color Harmonies of #CE8492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8492

Black with #CE8492

Text Example


Text Example

White with #CE8492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8492; }

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

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

background-color css

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

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

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

border-color css

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

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

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