Html Css Color HEX #CE8795 Puce

📋 copy color: '#CE8795'

red 206 ◦ green 135 ◦ blue 149

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

Shades of Puce #CE8795

Tints of Puce #CE8795

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.55%

 BLUE value IS 149 (58.59% from 255) = 30.41%

R = 42.04%
G = 27.55%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE8795 (or 0xCE8795) is known color: Puce. HEX triplet: CE, 87 and 95. RGB value is (206,135,149). Sum of RGB (Red+Green+Blue) = 206+135+149=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8795 is #31786A. Grayscale: #9D9D9D. Windows color (decimal): -3242091 or 9799630. OLE color: 9799630.

HSL color Cylindrical-coordinate representation of color #CE8795: hue angle of 348.17º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE8795 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 135 149 -
CMYK 0 0.34 0.28 0.19
HSL 348.17º 0.42% 0.67% -
HSV(B) 348.17º 0.34% 0.81% -
XYZ 39.54 32.62 32.65 -
YUV 157.83 123.02 162.36 -
System Red Green Blue C M Y K H S L
Decimal 206 135 149 0 0.34 0.28 0.19 348.17 0.42 0.67
Hex CE 87 95 0 22 1C 13 15C 2A 43
Octal 316 207 225 0 42 34 23 534 52 103
Binary 11001110 10000111 10010101 0 100010 11100 10011 101011100 101010 1000011

Color Harmonies of #CE8795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8795

Black with #CE8795

Text Example


Text Example

White with #CE8795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8795; }

 p { color: rgb(206,135,149); }

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

background-color css

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

 a { background-color: rgb(206,135,149); }

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

border-color css

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

 span { border-color: rgb(206,135,149); }

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