Html Css Color HEX #CE8191 Puce

📋 copy color: '#CE8191'

red 206 ◦ green 129 ◦ blue 145

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

Shades of Puce #CE8191

Tints of Puce #CE8191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.21%

R = 42.92%
G = 26.88%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE8191 (or 0xCE8191) is known color: Puce. HEX triplet: CE, 81 and 91. RGB value is (206,129,145). Sum of RGB (Red+Green+Blue) = 206+129+145=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8191 is #317E6E. Grayscale: #999999. Windows color (decimal): -3243631 or 9535950. OLE color: 9535950.

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

Color convert

RGB 206 129 145 -
CMYK 0 0.37 0.30 0.19
HSL 347.53º 0.44% 0.66% -
HSV(B) 347.53º 0.37% 0.81% -
XYZ 38.41 30.87 30.72 -
YUV 153.85 123.01 165.2 -
System Red Green Blue C M Y K H S L
Decimal 206 129 145 0 0.37 0.30 0.19 347.53 0.44 0.66
Hex CE 81 91 0 25 1E 13 15C 2C 42
Octal 316 201 221 0 45 36 23 534 54 102
Binary 11001110 10000001 10010001 0 100101 11110 10011 101011100 101100 1000010

Color Harmonies of #CE8191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8191

Black with #CE8191

Text Example


Text Example

White with #CE8191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8191; }

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

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

background-color css

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

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

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

border-color css

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

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

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