Html Css Color HEX #CE8497 Puce

📋 copy color: '#CE8497'

red 206 ◦ green 132 ◦ blue 151

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

Shades of Puce #CE8497

Tints of Puce #CE8497

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.99%

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

R = 42.13%
G = 26.99%
B = 30.88%

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

#CE8497 (or 0xCE8497) is known color: Puce. HEX triplet: CE, 84 and 97. RGB value is (206,132,151). Sum of RGB (Red+Green+Blue) = 206+132+151=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8497 is #317B68. Grayscale: #9C9C9C. Windows color (decimal): -3242857 or 9929934. OLE color: 9929934.

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

Color convert

RGB 206 132 151 -
CMYK 0 0.36 0.27 0.19
HSL 344.59º 0.43% 0.66% -
HSV(B) 344.59º 0.36% 0.81% -
XYZ 39.29 31.86 33.36 -
YUV 156.29 125.02 163.46 -
System Red Green Blue C M Y K H S L
Decimal 206 132 151 0 0.36 0.27 0.19 344.59 0.43 0.66
Hex CE 84 97 0 24 1B 13 159 2B 42
Octal 316 204 227 0 44 33 23 531 53 102
Binary 11001110 10000100 10010111 0 100100 11011 10011 101011001 101011 1000010

Color Harmonies of #CE8497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8497

Black with #CE8497

Text Example


Text Example

White with #CE8497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8497; }

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

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

background-color css

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

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

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

border-color css

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

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

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