#ce9a96

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

Shades of Petite Orchid #CE9A96

Tints of Petite Orchid #CE9A96

Color information

#CE9A96 (or 0xCE9A96) is unknown color: approx Petite Orchid. HEX triplet: CE, 9A and 96. RGB value is (206,154,150). Sum of RGB (Red+Green+Blue) = 206+154+150=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9A96 is #316569. Grayscale: #A9A9A9. Windows color (decimal): -3237226 or 9870030. OLE color: 9870030.

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

Color convert

RGB206154150-
CMYK00.250.270.19
HSL4.29º36.36%69.8%-
HSV(B)4.29º27.18%80.78%-
XYZ42.5138.4434.03-
YUV169.09117.23154.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.39%
GREEN value IS 154 (60.55% from 255) = 30.20%
BLUE value IS 150 (58.98% from 255) = 29.41%
R=40.39%
G=30.20%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615415000.250.270.194.2936.3669.8
HexCE9A960191B1342446
Octal3162322260313323444106
Binary11001110100110101001011001100111011100111001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce9a96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce9a96; }

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

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

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

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

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

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

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

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