Html Css Color HEX #CE8596 Puce

📋 copy color: '#CE8596'

red 206 ◦ green 133 ◦ blue 150

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

Shades of Puce #CE8596

Tints of Puce #CE8596

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.2%

 BLUE value IS 150 (58.98% from 255) = 30.67%

R = 42.13%
G = 27.2%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE8596 (or 0xCE8596) is known color: Puce. HEX triplet: CE, 85 and 96. RGB value is (206,133,150). Sum of RGB (Red+Green+Blue) = 206+133+150=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8596 is #317A69. Grayscale: #9C9C9C. Windows color (decimal): -3242602 or 9864654. OLE color: 9864654.

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

Color convert

RGB 206 133 150 -
CMYK 0 0.35 0.27 0.19
HSL 346.03º 0.43% 0.66% -
HSV(B) 346.03º 0.35% 0.81% -
XYZ 39.35 32.1 32.98 -
YUV 156.77 124.18 163.12 -
System Red Green Blue C M Y K H S L
Decimal 206 133 150 0 0.35 0.27 0.19 346.03 0.43 0.66
Hex CE 85 96 0 23 1B 13 15A 2B 42
Octal 316 205 226 0 43 33 23 532 53 102
Binary 11001110 10000101 10010110 0 100011 11011 10011 101011010 101011 1000010

Color Harmonies of #CE8596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8596

Black with #CE8596

Text Example


Text Example

White with #CE8596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8596; }

 p { color: rgb(206,133,150); }

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

background-color css

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

 a { background-color: rgb(206,133,150); }

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

border-color css

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

 span { border-color: rgb(206,133,150); }

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