Html Css Color HEX #CE8196 Puce

📋 copy color: '#CE8196'

red 206 ◦ green 129 ◦ blue 150

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

Shades of Puce #CE8196

Tints of Puce #CE8196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.93%

R = 42.47%
G = 26.6%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE8196 (or 0xCE8196) is known color: Puce. HEX triplet: CE, 81 and 96. RGB value is (206,129,150). Sum of RGB (Red+Green+Blue) = 206+129+150=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8196 is #317E69. Grayscale: #9A9A9A. Windows color (decimal): -3243626 or 9863630. OLE color: 9863630.

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

Color convert

RGB 206 129 150 -
CMYK 0 0.37 0.27 0.19
HSL 343.64º 0.44% 0.66% -
HSV(B) 343.64º 0.37% 0.81% -
XYZ 38.81 31.02 32.8 -
YUV 154.42 125.51 164.79 -
System Red Green Blue C M Y K H S L
Decimal 206 129 150 0 0.37 0.27 0.19 343.64 0.44 0.66
Hex CE 81 96 0 25 1B 13 158 2C 42
Octal 316 201 226 0 45 33 23 530 54 102
Binary 11001110 10000001 10010110 0 100101 11011 10011 101011000 101100 1000010

Color Harmonies of #CE8196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8196

Black with #CE8196

Text Example


Text Example

White with #CE8196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8196; }

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

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

background-color css

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

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

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

border-color css

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

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

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