Html Css Color HEX #CE8397 Puce

📋 copy color: '#CE8397'

red 206 ◦ green 131 ◦ blue 151

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

Shades of Puce #CE8397

Tints of Puce #CE8397

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.84%

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

R = 42.21%
G = 26.84%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE8397 (or 0xCE8397) is known color: Puce. HEX triplet: CE, 83 and 97. RGB value is (206,131,151). Sum of RGB (Red+Green+Blue) = 206+131+151=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8397 is #317C68. Grayscale: #9B9B9B. Windows color (decimal): -3243113 or 9929678. OLE color: 9929678.

HSL color Cylindrical-coordinate representation of color #CE8397: hue angle of 344º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE8397 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 131 151 -
CMYK 0 0.36 0.27 0.19
HSL 344º 0.43% 0.66% -
HSV(B) 344º 0.36% 0.81% -
XYZ 39.16 31.59 33.31 -
YUV 155.71 125.35 163.87 -
System Red Green Blue C M Y K H S L
Decimal 206 131 151 0 0.36 0.27 0.19 344 0.43 0.66
Hex CE 83 97 0 24 1B 13 158 2B 42
Octal 316 203 227 0 44 33 23 530 53 102
Binary 11001110 10000011 10010111 0 100100 11011 10011 101011000 101011 1000010

Color Harmonies of #CE8397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8397

Black with #CE8397

Text Example


Text Example

White with #CE8397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8397; }

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

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

background-color css

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

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

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

border-color css

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

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

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