Html Css Color HEX #CE84A1 Puce

📋 copy color: '#CE84A1'

red 206 ◦ green 132 ◦ blue 161

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

Shades of Puce #CE84A1

Tints of Puce #CE84A1

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.45%

 BLUE value IS 161 (63.28% from 255) = 32.26%

R = 41.28%
G = 26.45%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE84A1 (or 0xCE84A1) is known color: Puce. HEX triplet: CE, 84 and A1. RGB value is (206,132,161). Sum of RGB (Red+Green+Blue) = 206+132+161=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE84A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE84A1 is #317B5E. Grayscale: #9D9D9D. Windows color (decimal): -3242847 or 10585294. OLE color: 10585294.

HSL color Cylindrical-coordinate representation of color #CE84A1: hue angle of 336.49º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE84A1 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 132 161 -
CMYK 0 0.36 0.22 0.19
HSL 336.49º 0.43% 0.66% -
HSV(B) 336.49º 0.36% 0.81% -
XYZ 40.14 32.2 37.82 -
YUV 157.43 130.02 162.64 -
System Red Green Blue C M Y K H S L
Decimal 206 132 161 0 0.36 0.22 0.19 336.49 0.43 0.66
Hex CE 84 A1 0 24 16 13 150 2B 42
Octal 316 204 241 0 44 26 23 520 53 102
Binary 11001110 10000100 10100001 0 100100 10110 10011 101010000 101011 1000010

Color Harmonies of #CE84A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE84A1

Black with #CE84A1

Text Example


Text Example

White with #CE84A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE84A1; }

 p { color: rgb(206,132,161); }

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

background-color css

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

 a { background-color: rgb(206,132,161); }

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

border-color css

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

 span { border-color: rgb(206,132,161); }

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