Html Css Color HEX #CE8A92 Puce

📋 copy color: '#CE8A92'

red 206 ◦ green 138 ◦ blue 146

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

Shades of Puce #CE8A92

Tints of Puce #CE8A92

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.16%

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

R = 42.04%
G = 28.16%
B = 29.8%

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

#CE8A92 (or 0xCE8A92) is known color: Puce. HEX triplet: CE, 8A and 92. RGB value is (206,138,146). Sum of RGB (Red+Green+Blue) = 206+138+146=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8A92 is #31756D. Grayscale: #9F9F9F. Windows color (decimal): -3241326 or 9603790. OLE color: 9603790.

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

Color convert

RGB 206 138 146 -
CMYK 0 0.33 0.29 0.19
HSL 352.94º 0.41% 0.67% -
HSV(B) 352.94º 0.33% 0.81% -
XYZ 39.73 33.37 31.54 -
YUV 159.24 120.53 161.35 -
System Red Green Blue C M Y K H S L
Decimal 206 138 146 0 0.33 0.29 0.19 352.94 0.41 0.67
Hex CE 8A 92 0 21 1D 13 161 29 43
Octal 316 212 222 0 41 35 23 541 51 103
Binary 11001110 10001010 10010010 0 100001 11101 10011 101100001 101001 1000011

Color Harmonies of #CE8A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8A92

Black with #CE8A92

Text Example


Text Example

White with #CE8A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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