Html Css Color HEX #CE82A4 Puce

📋 copy color: '#CE82A4'

red 206 ◦ green 130 ◦ blue 164

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

Shades of Puce #CE82A4

Tints of Puce #CE82A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.8%

R = 41.2%
G = 26%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CE82A4 (or 0xCE82A4) is known color: Puce. HEX triplet: CE, 82 and A4. RGB value is (206,130,164). Sum of RGB (Red+Green+Blue) = 206+130+164=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE82A4 is #317D5B. Grayscale: #9C9C9C. Windows color (decimal): -3243356 or 10781390. OLE color: 10781390.

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

Color convert

RGB 206 130 164 -
CMYK 0 0.37 0.20 0.19
HSL 333.16º 0.44% 0.66% -
HSV(B) 333.16º 0.37% 0.81% -
XYZ 40.14 31.77 39.14 -
YUV 156.6 132.18 163.24 -
System Red Green Blue C M Y K H S L
Decimal 206 130 164 0 0.37 0.20 0.19 333.16 0.44 0.66
Hex CE 82 A4 0 25 14 13 14D 2C 42
Octal 316 202 244 0 45 24 23 515 54 102
Binary 11001110 10000010 10100100 0 100101 10100 10011 101001101 101100 1000010

Color Harmonies of #CE82A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE82A4

Black with #CE82A4

Text Example


Text Example

White with #CE82A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE82A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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