Html Css Color HEX #CE819C Puce

📋 copy color: '#CE819C'

red 206 ◦ green 129 ◦ blue 156

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

Shades of Puce #CE819C

Tints of Puce #CE819C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.77%

R = 41.96%
G = 26.27%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CE819C (or 0xCE819C) is known color: Puce. HEX triplet: CE, 81 and 9C. RGB value is (206,129,156). Sum of RGB (Red+Green+Blue) = 206+129+156=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE819C is #317E63. Grayscale: #9B9B9B. Windows color (decimal): -3243620 or 10256846. OLE color: 10256846.

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

Color convert

RGB 206 129 156 -
CMYK 0 0.37 0.24 0.19
HSL 338.96º 0.44% 0.66% -
HSV(B) 338.96º 0.37% 0.81% -
XYZ 39.3 31.22 35.41 -
YUV 155.1 128.51 164.3 -
System Red Green Blue C M Y K H S L
Decimal 206 129 156 0 0.37 0.24 0.19 338.96 0.44 0.66
Hex CE 81 9C 0 25 18 13 153 2C 42
Octal 316 201 234 0 45 30 23 523 54 102
Binary 11001110 10000001 10011100 0 100101 11000 10011 101010011 101100 1000010

Color Harmonies of #CE819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE819C

Black with #CE819C

Text Example


Text Example

White with #CE819C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE819C; }

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

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

background-color css

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

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

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

border-color css

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

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

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