Html Css Color HEX #CE8495 Puce

📋 copy color: '#CE8495'

red 206 ◦ green 132 ◦ blue 149

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

Shades of Puce #CE8495

Tints of Puce #CE8495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.6%

R = 42.3%
G = 27.1%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE8495 (or 0xCE8495) is known color: Puce. HEX triplet: CE, 84 and 95. RGB value is (206,132,149). Sum of RGB (Red+Green+Blue) = 206+132+149=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8495 is #317B6A. Grayscale: #9C9C9C. Windows color (decimal): -3242859 or 9798862. OLE color: 9798862.

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

Color convert

RGB 206 132 149 -
CMYK 0 0.36 0.28 0.19
HSL 346.22º 0.43% 0.66% -
HSV(B) 346.22º 0.36% 0.81% -
XYZ 39.13 31.79 32.51 -
YUV 156.06 124.02 163.62 -
System Red Green Blue C M Y K H S L
Decimal 206 132 149 0 0.36 0.28 0.19 346.22 0.43 0.66
Hex CE 84 95 0 24 1C 13 15A 2B 42
Octal 316 204 225 0 44 34 23 532 53 102
Binary 11001110 10000100 10010101 0 100100 11100 10011 101011010 101011 1000010

Color Harmonies of #CE8495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8495

Black with #CE8495

Text Example


Text Example

White with #CE8495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8495; }

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

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

background-color css

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

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

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

border-color css

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

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

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