#CF9490

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

Shades of Petite Orchid #CF9490

Tints of Petite Orchid #CF9490

Color information

#CF9490 (or 0xCF9490) is unknown color: approx Petite Orchid. HEX triplet: CF, 94 and 90. RGB value is (207,148,144). Sum of RGB (Red+Green+Blue) = 207+148+144=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9490 is #306B6F. Grayscale: #A5A5A5. Windows color (decimal): -3173232 or 9475279. OLE color: 9475279.

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

Color convert

RGB207148144-
CMYK00.290.300.19
HSL3.81º39.62%68.82%-
HSV(B)3.81º30.43%81.18%-
XYZ41.3636.4631.24-
YUV165.18116.05157.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.48%
GREEN value IS 148 (58.20% from 255) = 29.66%
BLUE value IS 144 (56.64% from 255) = 28.86%
R=41.48%
G=29.66%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714814400.290.300.193.8139.6268.82
HexCF949001D1E1342845
Octal3172242200353623450105
Binary11001111100101001001000001110111110100111001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9490; }

 p { color: rgb(207,148,144); }

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

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

 a { background-color: rgb(207,148,144); }

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

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

 span { border-color: rgb(207,148,144); }

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