Html Css Color HEX #CE828D Puce

📋 copy color: '#CE828D'

red 206 ◦ green 130 ◦ blue 141

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

Shades of Puce #CE828D

Tints of Puce #CE828D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.56%

R = 43.19%
G = 27.25%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE828D (or 0xCE828D) is known color: Puce. HEX triplet: CE, 82 and 8D. RGB value is (206,130,141). Sum of RGB (Red+Green+Blue) = 206+130+141=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE828D is #317D72. Grayscale: #9A9A9A. Windows color (decimal): -3243379 or 9274062. OLE color: 9274062.

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

Color convert

RGB 206 130 141 -
CMYK 0 0.37 0.32 0.19
HSL 351.32º 0.44% 0.66% -
HSV(B) 351.32º 0.37% 0.81% -
XYZ 38.24 31.01 29.17 -
YUV 153.98 120.68 165.11 -
System Red Green Blue C M Y K H S L
Decimal 206 130 141 0 0.37 0.32 0.19 351.32 0.44 0.66
Hex CE 82 8D 0 25 20 13 15F 2C 42
Octal 316 202 215 0 45 40 23 537 54 102
Binary 11001110 10000010 10001101 0 100101 100000 10011 101011111 101100 1000010

Color Harmonies of #CE828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE828D

Black with #CE828D

Text Example


Text Example

White with #CE828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE828D; }

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

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

background-color css

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

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

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

border-color css

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

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

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