Html Css Color HEX #CE81A3 Puce

📋 copy color: '#CE81A3'

red 206 ◦ green 129 ◦ blue 163

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

Shades of Puce #CE81A3

Tints of Puce #CE81A3

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.9%

 BLUE value IS 163 (64.06% from 255) = 32.73%

R = 41.37%
G = 25.9%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CE81A3 (or 0xCE81A3) is known color: Puce. HEX triplet: CE, 81 and A3. RGB value is (206,129,163). Sum of RGB (Red+Green+Blue) = 206+129+163=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CE81A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE81A3 is #317E5C. Grayscale: #9B9B9B. Windows color (decimal): -3243613 or 10715598. OLE color: 10715598.

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

Color convert

RGB 206 129 163 -
CMYK 0 0.37 0.21 0.19
HSL 333.51º 0.44% 0.66% -
HSV(B) 333.51º 0.37% 0.81% -
XYZ 39.91 31.47 38.62 -
YUV 155.9 132.01 163.74 -
System Red Green Blue C M Y K H S L
Decimal 206 129 163 0 0.37 0.21 0.19 333.51 0.44 0.66
Hex CE 81 A3 0 25 15 13 14E 2C 42
Octal 316 201 243 0 45 25 23 516 54 102
Binary 11001110 10000001 10100011 0 100101 10101 10011 101001110 101100 1000010

Color Harmonies of #CE81A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE81A3

Black with #CE81A3

Text Example


Text Example

White with #CE81A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE81A3; }

 p { color: rgb(206,129,163); }

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

background-color css

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

 a { background-color: rgb(206,129,163); }

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

border-color css

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

 span { border-color: rgb(206,129,163); }

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