Html Css Color HEX #CE7F95 Puce

📋 copy color: '#CE7F95'

red 206 ◦ green 127 ◦ blue 149

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

Shades of Puce #CE7F95

Tints of Puce #CE7F95

RGB

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

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

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

R = 42.74%
G = 26.35%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE7F95 (or 0xCE7F95) is known color: Puce. HEX triplet: CE, 7F and 95. RGB value is (206,127,149). Sum of RGB (Red+Green+Blue) = 206+127+149=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7F95 is #31806A. Grayscale: #999999. Windows color (decimal): -3244139 or 9797582. OLE color: 9797582.

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

Color convert

RGB 206 127 149 -
CMYK 0 0.38 0.28 0.19
HSL 343.29º 0.45% 0.65% -
HSV(B) 343.29º 0.38% 0.81% -
XYZ 38.47 30.47 32.29 -
YUV 153.13 125.67 165.71 -
System Red Green Blue C M Y K H S L
Decimal 206 127 149 0 0.38 0.28 0.19 343.29 0.45 0.65
Hex CE 7F 95 0 26 1C 13 157 2D 41
Octal 316 177 225 0 46 34 23 527 55 101
Binary 11001110 1111111 10010101 0 100110 11100 10011 101010111 101101 1000001

Color Harmonies of #CE7F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7F95

Black with #CE7F95

Text Example


Text Example

White with #CE7F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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