Html Css Color HEX #CE80A2 Puce

📋 copy color: '#CE80A2'

red 206 ◦ green 128 ◦ blue 162

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

Shades of Puce #CE80A2

Tints of Puce #CE80A2

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.81%

 BLUE value IS 162 (63.67% from 255) = 32.66%

R = 41.53%
G = 25.81%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CE80A2 (or 0xCE80A2) is known color: Puce. HEX triplet: CE, 80 and A2. RGB value is (206,128,162). Sum of RGB (Red+Green+Blue) = 206+128+162=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE80A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE80A2 is #317F5D. Grayscale: #9B9B9B. Windows color (decimal): -3243870 or 10649806. OLE color: 10649806.

HSL color Cylindrical-coordinate representation of color #CE80A2: hue angle of 333.85º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE80A2 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 128 162 -
CMYK 0 0.38 0.21 0.19
HSL 333.85º 0.44% 0.65% -
HSV(B) 333.85º 0.38% 0.81% -
XYZ 39.69 31.17 38.11 -
YUV 155.2 131.84 164.24 -
System Red Green Blue C M Y K H S L
Decimal 206 128 162 0 0.38 0.21 0.19 333.85 0.44 0.65
Hex CE 80 A2 0 26 15 13 14E 2C 41
Octal 316 200 242 0 46 25 23 516 54 101
Binary 11001110 10000000 10100010 0 100110 10101 10011 101001110 101100 1000001

Color Harmonies of #CE80A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE80A2

Black with #CE80A2

Text Example


Text Example

White with #CE80A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE80A2; }

 p { color: rgb(206,128,162); }

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

background-color css

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

 a { background-color: rgb(206,128,162); }

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

border-color css

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

 span { border-color: rgb(206,128,162); }

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