Html Css Color HEX #CE868D Puce

📋 copy color: '#CE868D'

red 206 ◦ green 134 ◦ blue 141

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

Shades of Puce #CE868D

Tints of Puce #CE868D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.31%

R = 42.83%
G = 27.86%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE868D (or 0xCE868D) is known color: Puce. HEX triplet: CE, 86 and 8D. RGB value is (206,134,141). Sum of RGB (Red+Green+Blue) = 206+134+141=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE868D is #317972. Grayscale: #9C9C9C. Windows color (decimal): -3242355 or 9275086. OLE color: 9275086.

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

Color convert

RGB 206 134 141 -
CMYK 0 0.35 0.32 0.19
HSL 354.17º 0.42% 0.67% -
HSV(B) 354.17º 0.35% 0.81% -
XYZ 38.79 32.1 29.35 -
YUV 156.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 206 134 141 0 0.35 0.32 0.19 354.17 0.42 0.67
Hex CE 86 8D 0 23 20 13 162 2A 43
Octal 316 206 215 0 43 40 23 542 52 103
Binary 11001110 10000110 10001101 0 100011 100000 10011 101100010 101010 1000011

Color Harmonies of #CE868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE868D

Black with #CE868D

Text Example


Text Example

White with #CE868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE868D; }

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

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

background-color css

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

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

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

border-color css

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

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

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