Html Css Color HEX #CE8197 Puce

📋 copy color: '#CE8197'

red 206 ◦ green 129 ◦ blue 151

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

Shades of Puce #CE8197

Tints of Puce #CE8197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.07%

R = 42.39%
G = 26.54%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE8197 (or 0xCE8197) is known color: Puce. HEX triplet: CE, 81 and 97. RGB value is (206,129,151). Sum of RGB (Red+Green+Blue) = 206+129+151=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8197 is #317E68. Grayscale: #9A9A9A. Windows color (decimal): -3243625 or 9929166. OLE color: 9929166.

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

Color convert

RGB 206 129 151 -
CMYK 0 0.37 0.27 0.19
HSL 342.86º 0.44% 0.66% -
HSV(B) 342.86º 0.37% 0.81% -
XYZ 38.89 31.06 33.22 -
YUV 154.53 126.01 164.71 -
System Red Green Blue C M Y K H S L
Decimal 206 129 151 0 0.37 0.27 0.19 342.86 0.44 0.66
Hex CE 81 97 0 25 1B 13 157 2C 42
Octal 316 201 227 0 45 33 23 527 54 102
Binary 11001110 10000001 10010111 0 100101 11011 10011 101010111 101100 1000010

Color Harmonies of #CE8197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8197

Black with #CE8197

Text Example


Text Example

White with #CE8197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8197; }

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

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

background-color css

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

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

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

border-color css

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

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

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