Html Css Color HEX #CE8691 Puce

📋 copy color: '#CE8691'

red 206 ◦ green 134 ◦ blue 145

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

Shades of Puce #CE8691

Tints of Puce #CE8691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.9%

R = 42.47%
G = 27.63%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE8691 (or 0xCE8691) is known color: Puce. HEX triplet: CE, 86 and 91. RGB value is (206,134,145). Sum of RGB (Red+Green+Blue) = 206+134+145=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8691 is #31796E. Grayscale: #9C9C9C. Windows color (decimal): -3242351 or 9537230. OLE color: 9537230.

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

Color convert

RGB 206 134 145 -
CMYK 0 0.35 0.30 0.19
HSL 350.83º 0.42% 0.67% -
HSV(B) 350.83º 0.35% 0.81% -
XYZ 39.09 32.22 30.95 -
YUV 156.78 121.35 163.11 -
System Red Green Blue C M Y K H S L
Decimal 206 134 145 0 0.35 0.30 0.19 350.83 0.42 0.67
Hex CE 86 91 0 23 1E 13 15F 2A 43
Octal 316 206 221 0 43 36 23 537 52 103
Binary 11001110 10000110 10010001 0 100011 11110 10011 101011111 101010 1000011

Color Harmonies of #CE8691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8691

Black with #CE8691

Text Example


Text Example

White with #CE8691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8691; }

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

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

background-color css

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

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

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

border-color css

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

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

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