Html Css Color HEX #CE81A8 Puce

📋 copy color: '#CE81A8'

red 206 ◦ green 129 ◦ blue 168

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

Shades of Puce #CE81A8

Tints of Puce #CE81A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.4%

R = 40.95%
G = 25.65%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CE81A8 (or 0xCE81A8) is known color: Puce. HEX triplet: CE, 81 and A8. RGB value is (206,129,168). Sum of RGB (Red+Green+Blue) = 206+129+168=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE81A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE81A8 is #317E57. Grayscale: #9C9C9C. Windows color (decimal): -3243608 or 11043278. OLE color: 11043278.

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

Color convert

RGB 206 129 168 -
CMYK 0 0.37 0.18 0.19
HSL 329.61º 0.44% 0.66% -
HSV(B) 329.61º 0.37% 0.81% -
XYZ 40.37 31.65 41.03 -
YUV 156.47 134.51 163.33 -
System Red Green Blue C M Y K H S L
Decimal 206 129 168 0 0.37 0.18 0.19 329.61 0.44 0.66
Hex CE 81 A8 0 25 12 13 14A 2C 42
Octal 316 201 250 0 45 22 23 512 54 102
Binary 11001110 10000001 10101000 0 100101 10010 10011 101001010 101100 1000010

Color Harmonies of #CE81A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE81A8

Black with #CE81A8

Text Example


Text Example

White with #CE81A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE81A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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