Html Css Color HEX #CE819E Puce

📋 copy color: '#CE819E'

red 206 ◦ green 129 ◦ blue 158

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

Shades of Puce #CE819E

Tints of Puce #CE819E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.05%

R = 41.78%
G = 26.17%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CE819E (or 0xCE819E) is known color: Puce. HEX triplet: CE, 81 and 9E. RGB value is (206,129,158). Sum of RGB (Red+Green+Blue) = 206+129+158=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CE819E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE819E is #317E61. Grayscale: #9B9B9B. Windows color (decimal): -3243618 or 10387918. OLE color: 10387918.

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

Color convert

RGB 206 129 158 -
CMYK 0 0.37 0.23 0.19
HSL 337.4º 0.44% 0.66% -
HSV(B) 337.4º 0.37% 0.81% -
XYZ 39.48 31.29 36.31 -
YUV 155.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 206 129 158 0 0.37 0.23 0.19 337.4 0.44 0.66
Hex CE 81 9E 0 25 17 13 151 2C 42
Octal 316 201 236 0 45 27 23 521 54 102
Binary 11001110 10000001 10011110 0 100101 10111 10011 101010001 101100 1000010

Color Harmonies of #CE819E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE819E

Black with #CE819E

Text Example


Text Example

White with #CE819E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE819E; }

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

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

background-color css

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

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

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

border-color css

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

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

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