Html Css Color HEX #CE849A Puce

📋 copy color: '#CE849A'

red 206 ◦ green 132 ◦ blue 154

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

Shades of Puce #CE849A

Tints of Puce #CE849A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.3%

R = 41.87%
G = 26.83%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CE849A (or 0xCE849A) is known color: Puce. HEX triplet: CE, 84 and 9A. RGB value is (206,132,154). Sum of RGB (Red+Green+Blue) = 206+132+154=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE849A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE849A is #317B65. Grayscale: #9C9C9C. Windows color (decimal): -3242854 or 10126542. OLE color: 10126542.

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

Color convert

RGB 206 132 154 -
CMYK 0 0.36 0.25 0.19
HSL 342.16º 0.43% 0.66% -
HSV(B) 342.16º 0.36% 0.81% -
XYZ 39.54 31.96 34.66 -
YUV 156.63 126.52 163.21 -
System Red Green Blue C M Y K H S L
Decimal 206 132 154 0 0.36 0.25 0.19 342.16 0.43 0.66
Hex CE 84 9A 0 24 19 13 156 2B 42
Octal 316 204 232 0 44 31 23 526 53 102
Binary 11001110 10000100 10011010 0 100100 11001 10011 101010110 101011 1000010

Color Harmonies of #CE849A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE849A

Black with #CE849A

Text Example


Text Example

White with #CE849A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE849A; }

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

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

background-color css

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

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

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

border-color css

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

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

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