Html Css Color HEX #CE8192 Puce

📋 copy color: '#CE8192'

red 206 ◦ green 129 ◦ blue 146

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

Shades of Puce #CE8192

Tints of Puce #CE8192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.35%

R = 42.83%
G = 26.82%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE8192 (or 0xCE8192) is known color: Puce. HEX triplet: CE, 81 and 92. RGB value is (206,129,146). Sum of RGB (Red+Green+Blue) = 206+129+146=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8192 is #317E6D. Grayscale: #999999. Windows color (decimal): -3243630 or 9601486. OLE color: 9601486.

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

Color convert

RGB 206 129 146 -
CMYK 0 0.37 0.29 0.19
HSL 346.75º 0.44% 0.66% -
HSV(B) 346.75º 0.37% 0.81% -
XYZ 38.49 30.9 31.13 -
YUV 153.96 123.51 165.12 -
System Red Green Blue C M Y K H S L
Decimal 206 129 146 0 0.37 0.29 0.19 346.75 0.44 0.66
Hex CE 81 92 0 25 1D 13 15B 2C 42
Octal 316 201 222 0 45 35 23 533 54 102
Binary 11001110 10000001 10010010 0 100101 11101 10011 101011011 101100 1000010

Color Harmonies of #CE8192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8192

Black with #CE8192

Text Example


Text Example

White with #CE8192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8192; }

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

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

background-color css

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

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

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

border-color css

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

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

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