Html Css Color HEX #CE829E Puce

📋 copy color: '#CE829E'

red 206 ◦ green 130 ◦ blue 158

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

Shades of Puce #CE829E

Tints of Puce #CE829E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.32%

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

R = 41.7%
G = 26.32%
B = 31.98%

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

#CE829E (or 0xCE829E) is known color: Puce. HEX triplet: CE, 82 and 9E. RGB value is (206,130,158). Sum of RGB (Red+Green+Blue) = 206+130+158=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE829E is #317D61. Grayscale: #9B9B9B. Windows color (decimal): -3243362 or 10388174. OLE color: 10388174.

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

Color convert

RGB 206 130 158 -
CMYK 0 0.37 0.23 0.19
HSL 337.89º 0.44% 0.66% -
HSV(B) 337.89º 0.37% 0.81% -
XYZ 39.61 31.56 36.35 -
YUV 155.92 129.18 163.72 -
System Red Green Blue C M Y K H S L
Decimal 206 130 158 0 0.37 0.23 0.19 337.89 0.44 0.66
Hex CE 82 9E 0 25 17 13 152 2C 42
Octal 316 202 236 0 45 27 23 522 54 102
Binary 11001110 10000010 10011110 0 100101 10111 10011 101010010 101100 1000010

Color Harmonies of #CE829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE829E

Black with #CE829E

Text Example


Text Example

White with #CE829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE829E; }

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

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

background-color css

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

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

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

border-color css

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

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

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