Html Css Color HEX #CE8C8D Puce

📋 copy color: '#CE8C8D'

red 206 ◦ green 140 ◦ blue 141

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

Shades of Puce #CE8C8D

Tints of Puce #CE8C8D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.75%

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

R = 42.3%
G = 28.75%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE8C8D (or 0xCE8C8D) is known color: Puce. HEX triplet: CE, 8C and 8D. RGB value is (206,140,141). Sum of RGB (Red+Green+Blue) = 206+140+141=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8C8D is #317372. Grayscale: #9F9F9F. Windows color (decimal): -3240819 or 9276622. OLE color: 9276622.

HSL color Cylindrical-coordinate representation of color #CE8C8D: hue angle of 359.09º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE8C8D is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 140 141 -
CMYK 0 0.32 0.32 0.19
HSL 359.09º 0.4% 0.68% -
HSV(B) 359.09º 0.32% 0.81% -
XYZ 39.64 33.8 29.63 -
YUV 159.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 206 140 141 0 0.32 0.32 0.19 359.09 0.4 0.68
Hex CE 8C 8D 0 20 20 13 167 28 44
Octal 316 214 215 0 40 40 23 547 50 104
Binary 11001110 10001100 10001101 0 100000 100000 10011 101100111 101000 1000100

Color Harmonies of #CE8C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8C8D

Black with #CE8C8D

Text Example


Text Example

White with #CE8C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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