#CE9491

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

Shades of Petite Orchid #CE9491

Tints of Petite Orchid #CE9491

Color information

#CE9491 (or 0xCE9491) is unknown color: approx Petite Orchid. HEX triplet: CE, 94 and 91. RGB value is (206,148,145). Sum of RGB (Red+Green+Blue) = 206+148+145=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9491 is #316B6E. Grayscale: #A5A5A5. Windows color (decimal): -3238767 or 9540814. OLE color: 9540814.

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

Color convert

RGB206148145-
CMYK00.280.300.19
HSL2.95º38.36%68.82%-
HSV(B)2.95º29.61%80.78%-
XYZ41.1536.3531.63-
YUV165116.72157.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.28%
GREEN value IS 148 (58.20% from 255) = 29.66%
BLUE value IS 145 (57.03% from 255) = 29.06%
R=41.28%
G=29.66%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614814500.280.300.192.9538.3668.82
HexCE949101C1E1332645
Octal3162242210343623346105
Binary1100111010010100100100010111001111010011111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9491; }

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

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

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

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

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

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

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

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