#CE9895

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

Shades of Petite Orchid #CE9895

Tints of Petite Orchid #CE9895

Color information

#CE9895 (or 0xCE9895) is unknown color: approx Petite Orchid. HEX triplet: CE, 98 and 95. RGB value is (206,152,149). Sum of RGB (Red+Green+Blue) = 206+152+149=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9895 is #31676A. Grayscale: #A7A7A7. Windows color (decimal): -3237739 or 9803982. OLE color: 9803982.

HSL color Cylindrical-coordinate representation of color #CE9895: hue angle of 3.16º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE9895 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB206152149-
CMYK00.260.280.19
HSL3.16º36.77%69.61%-
HSV(B)3.16º27.67%80.78%-
XYZ42.1137.7533.5-
YUV167.8117.39155.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 152 (59.77% from 255) = 29.98%
BLUE value IS 149 (58.59% from 255) = 29.39%
R=40.63%
G=29.98%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615214900.260.280.193.1636.7769.61
HexCE989501A1C1332546
Octal3162302250323423345106
Binary1100111010011000100101010110101110010011111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9895; }

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

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

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

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

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

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

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

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