Html Css Color HEX #CE8695 Puce

📋 copy color: '#CE8695'

red 206 ◦ green 134 ◦ blue 149

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

Shades of Puce #CE8695

Tints of Puce #CE8695

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.4%

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

R = 42.13%
G = 27.4%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE8695 (or 0xCE8695) is known color: Puce. HEX triplet: CE, 86 and 95. RGB value is (206,134,149). Sum of RGB (Red+Green+Blue) = 206+134+149=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8695 is #31796A. Grayscale: #9D9D9D. Windows color (decimal): -3242347 or 9799374. OLE color: 9799374.

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

Color convert

RGB 206 134 149 -
CMYK 0 0.35 0.28 0.19
HSL 347.5º 0.42% 0.67% -
HSV(B) 347.5º 0.35% 0.81% -
XYZ 39.4 32.34 32.6 -
YUV 157.24 123.35 162.78 -
System Red Green Blue C M Y K H S L
Decimal 206 134 149 0 0.35 0.28 0.19 347.5 0.42 0.67
Hex CE 86 95 0 23 1C 13 15C 2A 43
Octal 316 206 225 0 43 34 23 534 52 103
Binary 11001110 10000110 10010101 0 100011 11100 10011 101011100 101010 1000011

Color Harmonies of #CE8695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8695

Black with #CE8695

Text Example


Text Example

White with #CE8695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8695; }

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

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

background-color css

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

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

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

border-color css

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

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

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