#CE9492

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

Shades of Petite Orchid #CE9492

Tints of Petite Orchid #CE9492

Color information

#CE9492 (or 0xCE9492) is unknown color: approx Petite Orchid. HEX triplet: CE, 94 and 92. RGB value is (206,148,146). Sum of RGB (Red+Green+Blue) = 206+148+146=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9492 is #316B6D. Grayscale: #A5A5A5. Windows color (decimal): -3238766 or 9606350. OLE color: 9606350.

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

Color convert

RGB206148146-
CMYK00.280.290.19
HSL37.97%69.02%-
HSV(B)29.13%80.78%-
XYZ41.2336.3832.04-
YUV165.11117.22157.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.2%
GREEN value IS 148 (58.20% from 255) = 29.6%
BLUE value IS 146 (57.42% from 255) = 29.2%
R=41.2%
G=29.6%
B=29.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614814600.280.290.19237.9769.02
HexCE949201C1D1322645
Octal3162242220343523246105
Binary1100111010010100100100100111001110110011101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9492; }

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

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

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

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

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

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

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

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