Html Css Color HEX #CE8595 Puce

📋 copy color: '#CE8595'

red 206 ◦ green 133 ◦ blue 149

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

Shades of Puce #CE8595

Tints of Puce #CE8595

RGB

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

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

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

R = 42.21%
G = 27.25%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE8595 (or 0xCE8595) is known color: Puce. HEX triplet: CE, 85 and 95. RGB value is (206,133,149). Sum of RGB (Red+Green+Blue) = 206+133+149=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8595 is #317A6A. Grayscale: #9C9C9C. Windows color (decimal): -3242603 or 9799118. OLE color: 9799118.

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

Color convert

RGB 206 133 149 -
CMYK 0 0.35 0.28 0.19
HSL 346.85º 0.43% 0.66% -
HSV(B) 346.85º 0.35% 0.81% -
XYZ 39.27 32.07 32.55 -
YUV 156.65 123.68 163.2 -
System Red Green Blue C M Y K H S L
Decimal 206 133 149 0 0.35 0.28 0.19 346.85 0.43 0.66
Hex CE 85 95 0 23 1C 13 15B 2B 42
Octal 316 205 225 0 43 34 23 533 53 102
Binary 11001110 10000101 10010101 0 100011 11100 10011 101011011 101011 1000010

Color Harmonies of #CE8595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8595

Black with #CE8595

Text Example


Text Example

White with #CE8595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8595; }

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

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

background-color css

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

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

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

border-color css

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

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

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