Html Css Color HEX #CE8198 Puce

📋 copy color: '#CE8198'

red 206 ◦ green 129 ◦ blue 152

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

Shades of Puce #CE8198

Tints of Puce #CE8198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.21%

R = 42.3%
G = 26.49%
B = 31.21%

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

#CE8198 (or 0xCE8198) is known color: Puce. HEX triplet: CE, 81 and 98. RGB value is (206,129,152). Sum of RGB (Red+Green+Blue) = 206+129+152=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8198 is #317E67. Grayscale: #9A9A9A. Windows color (decimal): -3243624 or 9994702. OLE color: 9994702.

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

Color convert

RGB 206 129 152 -
CMYK 0 0.37 0.26 0.19
HSL 342.08º 0.44% 0.66% -
HSV(B) 342.08º 0.37% 0.81% -
XYZ 38.97 31.09 33.65 -
YUV 154.65 126.51 164.63 -
System Red Green Blue C M Y K H S L
Decimal 206 129 152 0 0.37 0.26 0.19 342.08 0.44 0.66
Hex CE 81 98 0 25 1A 13 156 2C 42
Octal 316 201 230 0 45 32 23 526 54 102
Binary 11001110 10000001 10011000 0 100101 11010 10011 101010110 101100 1000010

Color Harmonies of #CE8198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8198

Black with #CE8198

Text Example


Text Example

White with #CE8198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8198; }

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

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

background-color css

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

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

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

border-color css

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

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

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