#CE9392

Color #CE9392 Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #CE9392

Tints of Petite Orchid #CE9392

Color information

#CE9392 (or 0xCE9392) is unknown color: approx Petite Orchid. HEX triplet: CE, 93 and 92. RGB value is (206,147,146). Sum of RGB (Red+Green+Blue) = 206+147+146=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9392 is #316C6D. Grayscale: #A4A4A4. Windows color (decimal): -3239022 or 9606094. OLE color: 9606094.

HSL color Cylindrical-coordinate representation of color #CE9392: hue angle of 1º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CE9392 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB206147146-
CMYK00.290.290.19
HSL37.97%69.02%-
HSV(B)29.13%80.78%-
XYZ41.0836.0631.99-
YUV164.53117.55157.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.28%
GREEN value IS 147 (57.81% from 255) = 29.46%
BLUE value IS 146 (57.42% from 255) = 29.26%
R=41.28%
G=29.46%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614714600.290.290.19137.9769.02
HexCE939201D1D1312645
Octal3162232220353523146105
Binary110011101001001110010010011101111011001111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9392; }

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

 H1.HeaderClassName
 {
   color: #CE9392;
 }
 .AnyTagClassName
 {
   color: #CE9392;
 }
</style>
background-color css

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

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

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

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

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

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