Html Css Color HEX #CE82A6 Puce

📋 copy color: '#CE82A6'

red 206 ◦ green 130 ◦ blue 166

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

Shades of Puce #CE82A6

Tints of Puce #CE82A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.07%

R = 41.04%
G = 25.9%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CE82A6 (or 0xCE82A6) is known color: Puce. HEX triplet: CE, 82 and A6. RGB value is (206,130,166). Sum of RGB (Red+Green+Blue) = 206+130+166=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE82A6 is #317D59. Grayscale: #9C9C9C. Windows color (decimal): -3243354 or 10912462. OLE color: 10912462.

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

Color convert

RGB 206 130 166 -
CMYK 0 0.37 0.19 0.19
HSL 331.58º 0.44% 0.66% -
HSV(B) 331.58º 0.37% 0.81% -
XYZ 40.32 31.84 40.1 -
YUV 156.83 133.18 163.07 -
System Red Green Blue C M Y K H S L
Decimal 206 130 166 0 0.37 0.19 0.19 331.58 0.44 0.66
Hex CE 82 A6 0 25 13 13 14C 2C 42
Octal 316 202 246 0 45 23 23 514 54 102
Binary 11001110 10000010 10100110 0 100101 10011 10011 101001100 101100 1000010

Color Harmonies of #CE82A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE82A6

Black with #CE82A6

Text Example


Text Example

White with #CE82A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE82A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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