Html Css Color HEX #CE8299 Puce

📋 copy color: '#CE8299'

red 206 ◦ green 130 ◦ blue 153

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

Shades of Puce #CE8299

Tints of Puce #CE8299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.58%

 BLUE value IS 153 (60.16% from 255) = 31.29%

R = 42.13%
G = 26.58%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CE8299 (or 0xCE8299) is known color: Puce. HEX triplet: CE, 82 and 99. RGB value is (206,130,153). Sum of RGB (Red+Green+Blue) = 206+130+153=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8299 is #317D66. Grayscale: #9B9B9B. Windows color (decimal): -3243367 or 10060494. OLE color: 10060494.

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

Color convert

RGB 206 130 153 -
CMYK 0 0.37 0.26 0.19
HSL 341.84º 0.44% 0.66% -
HSV(B) 341.84º 0.37% 0.81% -
XYZ 39.19 31.39 34.13 -
YUV 155.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 206 130 153 0 0.37 0.26 0.19 341.84 0.44 0.66
Hex CE 82 99 0 25 1A 13 156 2C 42
Octal 316 202 231 0 45 32 23 526 54 102
Binary 11001110 10000010 10011001 0 100101 11010 10011 101010110 101100 1000010

Color Harmonies of #CE8299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8299

Black with #CE8299

Text Example


Text Example

White with #CE8299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8299; }

 p { color: rgb(206,130,153); }

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

background-color css

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

 a { background-color: rgb(206,130,153); }

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

border-color css

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

 span { border-color: rgb(206,130,153); }

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