Html Css Color HEX #CE7F94 Puce

📋 copy color: '#CE7F94'

red 206 ◦ green 127 ◦ blue 148

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

Shades of Puce #CE7F94

Tints of Puce #CE7F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.77%

R = 42.83%
G = 26.4%
B = 30.77%

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

#CE7F94 (or 0xCE7F94) is known color: Puce. HEX triplet: CE, 7F and 94. RGB value is (206,127,148). Sum of RGB (Red+Green+Blue) = 206+127+148=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7F94 is #31806B. Grayscale: #999999. Windows color (decimal): -3244140 or 9732046. OLE color: 9732046.

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

Color convert

RGB 206 127 148 -
CMYK 0 0.38 0.28 0.19
HSL 344.05º 0.45% 0.65% -
HSV(B) 344.05º 0.38% 0.81% -
XYZ 38.39 30.44 31.87 -
YUV 153.02 125.17 165.79 -
System Red Green Blue C M Y K H S L
Decimal 206 127 148 0 0.38 0.28 0.19 344.05 0.45 0.65
Hex CE 7F 94 0 26 1C 13 158 2D 41
Octal 316 177 224 0 46 34 23 530 55 101
Binary 11001110 1111111 10010100 0 100110 11100 10011 101011000 101101 1000001

Color Harmonies of #CE7F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7F94

Black with #CE7F94

Text Example


Text Example

White with #CE7F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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