Html Css Color HEX #CE8194 Puce

📋 copy color: '#CE8194'

red 206 ◦ green 129 ◦ blue 148

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

Shades of Puce #CE8194

Tints of Puce #CE8194

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.71%

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

R = 42.65%
G = 26.71%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE8194 (or 0xCE8194) is known color: Puce. HEX triplet: CE, 81 and 94. RGB value is (206,129,148). Sum of RGB (Red+Green+Blue) = 206+129+148=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8194 is #317E6B. Grayscale: #9A9A9A. Windows color (decimal): -3243628 or 9732558. OLE color: 9732558.

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

Color convert

RGB 206 129 148 -
CMYK 0 0.37 0.28 0.19
HSL 345.19º 0.44% 0.66% -
HSV(B) 345.19º 0.37% 0.81% -
XYZ 38.65 30.96 31.96 -
YUV 154.19 124.51 164.96 -
System Red Green Blue C M Y K H S L
Decimal 206 129 148 0 0.37 0.28 0.19 345.19 0.44 0.66
Hex CE 81 94 0 25 1C 13 159 2C 42
Octal 316 201 224 0 45 34 23 531 54 102
Binary 11001110 10000001 10010100 0 100101 11100 10011 101011001 101100 1000010

Color Harmonies of #CE8194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8194

Black with #CE8194

Text Example


Text Example

White with #CE8194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8194; }

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

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

background-color css

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

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

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

border-color css

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

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

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