Html Css Color HEX #CE8694 Puce

📋 copy color: '#CE8694'

red 206 ◦ green 134 ◦ blue 148

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

Shades of Puce #CE8694

Tints of Puce #CE8694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.33%

R = 42.21%
G = 27.46%
B = 30.33%

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

#CE8694 (or 0xCE8694) is known color: Puce. HEX triplet: CE, 86 and 94. RGB value is (206,134,148). Sum of RGB (Red+Green+Blue) = 206+134+148=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8694 is #31796B. Grayscale: #9D9D9D. Windows color (decimal): -3242348 or 9733838. OLE color: 9733838.

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

Color convert

RGB 206 134 148 -
CMYK 0 0.35 0.28 0.19
HSL 348.33º 0.42% 0.67% -
HSV(B) 348.33º 0.35% 0.81% -
XYZ 39.32 32.31 32.18 -
YUV 157.12 122.85 162.86 -
System Red Green Blue C M Y K H S L
Decimal 206 134 148 0 0.35 0.28 0.19 348.33 0.42 0.67
Hex CE 86 94 0 23 1C 13 15C 2A 43
Octal 316 206 224 0 43 34 23 534 52 103
Binary 11001110 10000110 10010100 0 100011 11100 10011 101011100 101010 1000011

Color Harmonies of #CE8694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8694

Black with #CE8694

Text Example


Text Example

White with #CE8694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8694; }

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

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

background-color css

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

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

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

border-color css

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

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

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