Html Css Color HEX #CE8393 Puce

📋 copy color: '#CE8393'

red 206 ◦ green 131 ◦ blue 147

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

Shades of Puce #CE8393

Tints of Puce #CE8393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.37%

R = 42.56%
G = 27.07%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE8393 (or 0xCE8393) is known color: Puce. HEX triplet: CE, 83 and 93. RGB value is (206,131,147). Sum of RGB (Red+Green+Blue) = 206+131+147=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8393 is #317C6C. Grayscale: #9B9B9B. Windows color (decimal): -3243117 or 9667534. OLE color: 9667534.

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

Color convert

RGB 206 131 147 -
CMYK 0 0.36 0.29 0.19
HSL 347.2º 0.43% 0.66% -
HSV(B) 347.2º 0.36% 0.81% -
XYZ 38.84 31.46 31.63 -
YUV 155.25 123.35 164.2 -
System Red Green Blue C M Y K H S L
Decimal 206 131 147 0 0.36 0.29 0.19 347.2 0.43 0.66
Hex CE 83 93 0 24 1D 13 15B 2B 42
Octal 316 203 223 0 44 35 23 533 53 102
Binary 11001110 10000011 10010011 0 100100 11101 10011 101011011 101011 1000010

Color Harmonies of #CE8393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8393

Black with #CE8393

Text Example


Text Example

White with #CE8393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8393; }

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

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

background-color css

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

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

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

border-color css

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

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

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