Html Css Color HEX #CE818E Puce

📋 copy color: '#CE818E'

red 206 ◦ green 129 ◦ blue 142

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

Shades of Puce #CE818E

Tints of Puce #CE818E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.04%

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

R = 43.19%
G = 27.04%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE818E (or 0xCE818E) is known color: Puce. HEX triplet: CE, 81 and 8E. RGB value is (206,129,142). Sum of RGB (Red+Green+Blue) = 206+129+142=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE818E is #317E71. Grayscale: #999999. Windows color (decimal): -3243634 or 9339342. OLE color: 9339342.

HSL color Cylindrical-coordinate representation of color #CE818E: hue angle of 349.87º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE818E is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 129 142 -
CMYK 0 0.37 0.31 0.19
HSL 349.87º 0.44% 0.66% -
HSV(B) 349.87º 0.37% 0.81% -
XYZ 38.19 30.78 29.52 -
YUV 153.51 121.51 165.44 -
System Red Green Blue C M Y K H S L
Decimal 206 129 142 0 0.37 0.31 0.19 349.87 0.44 0.66
Hex CE 81 8E 0 25 1F 13 15E 2C 42
Octal 316 201 216 0 45 37 23 536 54 102
Binary 11001110 10000001 10001110 0 100101 11111 10011 101011110 101100 1000010

Color Harmonies of #CE818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE818E

Black with #CE818E

Text Example


Text Example

White with #CE818E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE818E; }

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

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

background-color css

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

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

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

border-color css

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

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

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