Html Css Color HEX #CE8995 Puce

📋 copy color: '#CE8995'

red 206 ◦ green 137 ◦ blue 149

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

Shades of Puce #CE8995

Tints of Puce #CE8995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.85%

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

R = 41.87%
G = 27.85%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE8995 (or 0xCE8995) is known color: Puce. HEX triplet: CE, 89 and 95. RGB value is (206,137,149). Sum of RGB (Red+Green+Blue) = 206+137+149=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8995 is #31766A. Grayscale: #9F9F9F. Windows color (decimal): -3241579 or 9800142. OLE color: 9800142.

HSL color Cylindrical-coordinate representation of color #CE8995: hue angle of 349.57º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE8995 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 137 149 -
CMYK 0 0.33 0.28 0.19
HSL 349.57º 0.41% 0.67% -
HSV(B) 349.57º 0.33% 0.81% -
XYZ 39.82 33.18 32.74 -
YUV 159 122.36 161.52 -
System Red Green Blue C M Y K H S L
Decimal 206 137 149 0 0.33 0.28 0.19 349.57 0.41 0.67
Hex CE 89 95 0 21 1C 13 15E 29 43
Octal 316 211 225 0 41 34 23 536 51 103
Binary 11001110 10001001 10010101 0 100001 11100 10011 101011110 101001 1000011

Color Harmonies of #CE8995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8995

Black with #CE8995

Text Example


Text Example

White with #CE8995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8995; }

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

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

background-color css

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

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

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

border-color css

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

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

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