#CE818F

Color #CE818F Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #CE818F

Tints of Puce #CE818F

Color information

#CE818F (or 0xCE818F) is unknown color: approx Puce. HEX triplet: CE, 81 and 8F. RGB value is (206,129,143). Sum of RGB (Red+Green+Blue) = 206+129+143=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE818F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE818F is #317E70. Grayscale: #999999. Windows color (decimal): -3243633 or 9404878. OLE color: 9404878.

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

Color convert

RGB206129143-
CMYK00.370.310.19
HSL349.09º44%65.69%-
HSV(B)349.09º37.38%80.78%-
XYZ38.2630.8129.92-
YUV153.62122.01165.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.10%
GREEN value IS 129 (50.78% from 255) = 26.99%
BLUE value IS 143 (56.25% from 255) = 29.92%
R=43.10%
G=26.99%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612914300.370.310.19349.094465.69
HexCE818F0251F1315d2c42
Octal316201217045372353554102
Binary110011101000000110001111010010111111100111010111011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE818F; }

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

 H1.HeaderClassName
 {
   color: #CE818F;
 }
 .AnyTagClassName
 {
   color: #CE818F;
 }
</style>
background-color css

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

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

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

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

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

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