#CE9796

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

Shades of Petite Orchid #CE9796

Tints of Petite Orchid #CE9796

Color information

#CE9796 (or 0xCE9796) is unknown color: approx Petite Orchid. HEX triplet: CE, 97 and 96. RGB value is (206,151,150). Sum of RGB (Red+Green+Blue) = 206+151+150=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9796 is #316869. Grayscale: #A7A7A7. Windows color (decimal): -3237994 or 9869262. OLE color: 9869262.

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

Color convert

RGB206151150-
CMYK00.270.270.19
HSL1.07º36.36%69.8%-
HSV(B)1.07º27.18%80.78%-
XYZ42.0337.4633.87-
YUV167.33118.22155.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 151 (59.38% from 255) = 29.78%
BLUE value IS 150 (58.98% from 255) = 29.59%
R=40.63%
G=29.78%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615115000.270.270.191.0736.3669.8
HexCE979601B1B1312446
Octal3162272260333323144106
Binary110011101001011110010110011011110111001111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9796; }

 p { color: rgb(206,151,150); }

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

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

 a { background-color: rgb(206,151,150); }

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

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

 span { border-color: rgb(206,151,150); }

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