Html Css Color HEX #CE818F Puce

📋 copy color: '#CE818F'

red 206 ◦ green 129 ◦ blue 143

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

Shades of Puce #CE818F

Tints of Puce #CE818F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.92%

R = 43.1%
G = 26.99%
B = 29.92%

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

#CE818F (or 0xCE818F) is known color: 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

RGB 206 129 143 -
CMYK 0 0.37 0.31 0.19
HSL 349.09º 0.44% 0.66% -
HSV(B) 349.09º 0.37% 0.81% -
XYZ 38.26 30.81 29.92 -
YUV 153.62 122.01 165.36 -
System Red Green Blue C M Y K H S L
Decimal 206 129 143 0 0.37 0.31 0.19 349.09 0.44 0.66
Hex CE 81 8F 0 25 1F 13 15D 2C 42
Octal 316 201 217 0 45 37 23 535 54 102
Binary 11001110 10000001 10001111 0 100101 11111 10011 101011101 101100 1000010

Color Harmonies of #CE818F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE818F

Black with #CE818F

Text Example


Text Example

White with #CE818F

Text Example


Text Example

HTML Codes & Css Web 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>