#CE9994

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

Shades of Petite Orchid #CE9994

Tints of Petite Orchid #CE9994

Color information

#CE9994 (or 0xCE9994) is unknown color: approx Petite Orchid. HEX triplet: CE, 99 and 94. RGB value is (206,153,148). Sum of RGB (Red+Green+Blue) = 206+153+148=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9994 is #31666B. Grayscale: #A8A8A8. Windows color (decimal): -3237484 or 9738702. OLE color: 9738702.

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

Color convert

RGB206153148-
CMYK00.260.280.19
HSL5.17º37.18%69.41%-
HSV(B)5.17º28.16%80.78%-
XYZ42.1938.0433.14-
YUV168.28116.56154.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 153 (60.16% from 255) = 30.18%
BLUE value IS 148 (58.20% from 255) = 29.19%
R=40.63%
G=30.18%
B=29.19%

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
Decimal20615314800.260.280.195.1737.1869.41
HexCE999401A1C1352545
Octal3162312240323423545105
Binary11001110100110011001010001101011100100111011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9994; }

 p { color: rgb(206,153,148); }

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

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

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

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

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

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

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