Html Css Color HEX #CE7F99 Puce

📋 copy color: '#CE7F99'

red 206 ◦ green 127 ◦ blue 153

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

Shades of Puce #CE7F99

Tints of Puce #CE7F99

RGB

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

 GREEN value IS 127 (50% from 255) = 26.13%

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

R = 42.39%
G = 26.13%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CE7F99 (or 0xCE7F99) is known color: Puce. HEX triplet: CE, 7F and 99. RGB value is (206,127,153). Sum of RGB (Red+Green+Blue) = 206+127+153=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7F99 is #318066. Grayscale: #999999. Windows color (decimal): -3244135 or 10059726. OLE color: 10059726.

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

Color convert

RGB 206 127 153 -
CMYK 0 0.38 0.26 0.19
HSL 340.25º 0.45% 0.65% -
HSV(B) 340.25º 0.38% 0.81% -
XYZ 38.79 30.6 34 -
YUV 153.59 127.67 165.39 -
System Red Green Blue C M Y K H S L
Decimal 206 127 153 0 0.38 0.26 0.19 340.25 0.45 0.65
Hex CE 7F 99 0 26 1A 13 154 2D 41
Octal 316 177 231 0 46 32 23 524 55 101
Binary 11001110 1111111 10011001 0 100110 11010 10011 101010100 101101 1000001

Color Harmonies of #CE7F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7F99

Black with #CE7F99

Text Example


Text Example

White with #CE7F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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