Html Css Color HEX #CE8C8E Puce

📋 copy color: '#CE8C8E'

red 206 ◦ green 140 ◦ blue 142

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

Shades of Puce #CE8C8E

Tints of Puce #CE8C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.1%

R = 42.21%
G = 28.69%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE8C8E (or 0xCE8C8E) is known color: Puce. HEX triplet: CE, 8C and 8E. RGB value is (206,140,142). Sum of RGB (Red+Green+Blue) = 206+140+142=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8C8E is #317371. Grayscale: #A0A0A0. Windows color (decimal): -3240818 or 9342158. OLE color: 9342158.

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

Color convert

RGB 206 140 142 -
CMYK 0 0.32 0.31 0.19
HSL 358.18º 0.4% 0.68% -
HSV(B) 358.18º 0.32% 0.81% -
XYZ 39.71 33.83 30.03 -
YUV 159.96 117.87 160.84 -
System Red Green Blue C M Y K H S L
Decimal 206 140 142 0 0.32 0.31 0.19 358.18 0.4 0.68
Hex CE 8C 8E 0 20 1F 13 166 28 44
Octal 316 214 216 0 40 37 23 546 50 104
Binary 11001110 10001100 10001110 0 100000 11111 10011 101100110 101000 1000100

Color Harmonies of #CE8C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8C8E

Black with #CE8C8E

Text Example


Text Example

White with #CE8C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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