#CE9792

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

Shades of Petite Orchid #CE9792

Tints of Petite Orchid #CE9792

Color information

#CE9792 (or 0xCE9792) is unknown color: approx Petite Orchid. HEX triplet: CE, 97 and 92. RGB value is (206,151,146). Sum of RGB (Red+Green+Blue) = 206+151+146=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9792 is #31686D. Grayscale: #A6A6A6. Windows color (decimal): -3237998 or 9607118. OLE color: 9607118.

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

Color convert

RGB206151146-
CMYK00.270.290.19
HSL37.97%69.02%-
HSV(B)29.13%80.78%-
XYZ41.7137.3332.2-
YUV166.88116.22155.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.95%
GREEN value IS 151 (59.38% from 255) = 30.02%
BLUE value IS 146 (57.42% from 255) = 29.03%
R=40.95%
G=30.02%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615114600.270.290.19537.9769.02
HexCE979201B1D1352645
Octal3162272220333523546105
Binary11001110100101111001001001101111101100111011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9792; }

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

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

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

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

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

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

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

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