Html Css Color HEX #CE8B8D Puce

📋 copy color: '#CE8B8D'

red 206 ◦ green 139 ◦ blue 141

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

Shades of Puce #CE8B8D

Tints of Puce #CE8B8D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.6%

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

R = 42.39%
G = 28.6%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE8B8D (or 0xCE8B8D) is known color: Puce. HEX triplet: CE, 8B and 8D. RGB value is (206,139,141). Sum of RGB (Red+Green+Blue) = 206+139+141=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8B8D is #317472. Grayscale: #9F9F9F. Windows color (decimal): -3241075 or 9276366. OLE color: 9276366.

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

Color convert

RGB 206 139 141 -
CMYK 0 0.33 0.32 0.19
HSL 358.21º 0.41% 0.68% -
HSV(B) 358.21º 0.33% 0.81% -
XYZ 39.49 33.51 29.59 -
YUV 159.26 117.7 161.34 -
System Red Green Blue C M Y K H S L
Decimal 206 139 141 0 0.33 0.32 0.19 358.21 0.41 0.68
Hex CE 8B 8D 0 21 20 13 166 29 44
Octal 316 213 215 0 41 40 23 546 51 104
Binary 11001110 10001011 10001101 0 100001 100000 10011 101100110 101001 1000100

Color Harmonies of #CE8B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8B8D

Black with #CE8B8D

Text Example


Text Example

White with #CE8B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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