#CE948B

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

Shades of Petite Orchid #CE948B

Tints of Petite Orchid #CE948B

Color information

#CE948B (or 0xCE948B) is unknown color: approx Petite Orchid. HEX triplet: CE, 94 and 8B. RGB value is (206,148,139). Sum of RGB (Red+Green+Blue) = 206+148+139=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CE948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE948B is #316B74. Grayscale: #A4A4A4. Windows color (decimal): -3238773 or 9147598. OLE color: 9147598.

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

Color convert

RGB206148139-
CMYK00.280.330.19
HSL8.06º40.61%67.65%-
HSV(B)8.06º32.52%80.78%-
XYZ40.736.1729.26-
YUV164.32113.72157.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.78%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 139 (54.69% from 255) = 28.19%
R=41.78%
G=30.02%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614813900.280.330.198.0640.6167.65
HexCE948B01C211382944
Octal31622421303441231051104
Binary1100111010010100100010110111001000011001110001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE948B; }

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

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

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

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

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

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

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

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