Html Css Color HEX #CE8693 Puce

📋 copy color: '#CE8693'

red 206 ◦ green 134 ◦ blue 147

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

Shades of Puce #CE8693

Tints of Puce #CE8693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.18%

R = 42.3%
G = 27.52%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE8693 (or 0xCE8693) is known color: Puce. HEX triplet: CE, 86 and 93. RGB value is (206,134,147). Sum of RGB (Red+Green+Blue) = 206+134+147=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8693 is #31796C. Grayscale: #9D9D9D. Windows color (decimal): -3242349 or 9668302. OLE color: 9668302.

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

Color convert

RGB 206 134 147 -
CMYK 0 0.35 0.29 0.19
HSL 349.17º 0.42% 0.67% -
HSV(B) 349.17º 0.35% 0.81% -
XYZ 39.25 32.28 31.77 -
YUV 157.01 122.35 162.94 -
System Red Green Blue C M Y K H S L
Decimal 206 134 147 0 0.35 0.29 0.19 349.17 0.42 0.67
Hex CE 86 93 0 23 1D 13 15D 2A 43
Octal 316 206 223 0 43 35 23 535 52 103
Binary 11001110 10000110 10010011 0 100011 11101 10011 101011101 101010 1000011

Color Harmonies of #CE8693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8693

Black with #CE8693

Text Example


Text Example

White with #CE8693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8693; }

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

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

background-color css

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

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

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

border-color css

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

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

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