#CE9696

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

Shades of Petite Orchid #CE9696

Tints of Petite Orchid #CE9696

Color information

#CE9696 (or 0xCE9696) is unknown color: approx Petite Orchid. HEX triplet: CE, 96 and 96. RGB value is (206,150,150). Sum of RGB (Red+Green+Blue) = 206+150+150=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9696 is #316969. Grayscale: #A6A6A6. Windows color (decimal): -3238250 or 9869006. OLE color: 9869006.

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

Color convert

RGB206150150-
CMYK00.270.270.19
HSL36.36%69.8%-
HSV(B)27.18%80.78%-
XYZ41.8637.1433.82-
YUV166.74118.55156-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.71%
GREEN value IS 150 (58.98% from 255) = 29.64%
BLUE value IS 150 (58.98% from 255) = 29.64%
R=40.71%
G=29.64%
B=29.64%

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
Decimal20615015000.270.270.19036.3669.8
HexCE969601B1B1302446
Octal3162262260333323044106
Binary110011101001011010010110011011110111001101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9696; }

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

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

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

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

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

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

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

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