#CE9593

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

Shades of Petite Orchid #CE9593

Tints of Petite Orchid #CE9593

Color information

#CE9593 (or 0xCE9593) is unknown color: approx Petite Orchid. HEX triplet: CE, 95 and 93. RGB value is (206,149,147). Sum of RGB (Red+Green+Blue) = 206+149+147=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9593 is #316A6C. Grayscale: #A5A5A5. Windows color (decimal): -3238509 or 9672142. OLE color: 9672142.

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

Color convert

RGB206149147-
CMYK00.280.290.19
HSL2.03º37.58%69.22%-
HSV(B)2.03º28.64%80.78%-
XYZ41.4736.7232.51-
YUV165.82117.38156.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.04%
GREEN value IS 149 (58.59% from 255) = 29.68%
BLUE value IS 147 (57.81% from 255) = 29.28%
R=41.04%
G=29.68%
B=29.28%

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
Decimal20614914700.280.290.192.0337.5869.22
HexCE959301C1D1322645
Octal3162252230343523246105
Binary1100111010010101100100110111001110110011101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9593; }

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

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

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

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

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

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

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

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