#CF928B

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

Shades of Petite Orchid #CF928B

Tints of Petite Orchid #CF928B

Color information

#CF928B (or 0xCF928B) is unknown color: approx Petite Orchid. HEX triplet: CF, 92 and 8B. RGB value is (207,146,139). Sum of RGB (Red+Green+Blue) = 207+146+139=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CF928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF928B is #306D74. Grayscale: #A3A3A3. Windows color (decimal): -3173749 or 9147087. OLE color: 9147087.

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

Color convert

RGB207146139-
CMYK00.290.330.19
HSL6.18º41.46%67.84%-
HSV(B)6.18º32.85%81.18%-
XYZ40.6735.6929.17-
YUV163.44114.21159.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.07%
GREEN value IS 146 (57.42% from 255) = 29.67%
BLUE value IS 139 (54.69% from 255) = 28.25%
R=42.07%
G=29.67%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714613900.290.330.196.1841.4667.84
HexCF928B01D211362944
Octal3172222130354123651104
Binary110011111001001010001011011101100001100111101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF928B; }

 p { color: rgb(207,146,139); }

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

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

 a { background-color: rgb(207,146,139); }

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

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

 span { border-color: rgb(207,146,139); }

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