Html Css Color HEX #CE8395 Puce

📋 copy color: '#CE8395'

red 206 ◦ green 131 ◦ blue 149

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

Shades of Puce #CE8395

Tints of Puce #CE8395

RGB

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

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

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

R = 42.39%
G = 26.95%
B = 30.66%

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

#CE8395 (or 0xCE8395) is known color: Puce. HEX triplet: CE, 83 and 95. RGB value is (206,131,149). Sum of RGB (Red+Green+Blue) = 206+131+149=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8395 is #317C6A. Grayscale: #9B9B9B. Windows color (decimal): -3243115 or 9798606. OLE color: 9798606.

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

Color convert

RGB 206 131 149 -
CMYK 0 0.36 0.28 0.19
HSL 345.6º 0.43% 0.66% -
HSV(B) 345.6º 0.36% 0.81% -
XYZ 38.99 31.52 32.46 -
YUV 155.48 124.35 164.04 -
System Red Green Blue C M Y K H S L
Decimal 206 131 149 0 0.36 0.28 0.19 345.6 0.43 0.66
Hex CE 83 95 0 24 1C 13 15A 2B 42
Octal 316 203 225 0 44 34 23 532 53 102
Binary 11001110 10000011 10010101 0 100100 11100 10011 101011010 101011 1000010

Color Harmonies of #CE8395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8395

Black with #CE8395

Text Example


Text Example

White with #CE8395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8395; }

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

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

background-color css

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

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

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

border-color css

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

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

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